Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

User account and process management in Linux

Posted on 03/11/202031/08/2026 IT Expert By IT Expert No Comments on User account and process management in Linux
  1. Home
  2. Linux
  3. User account and process management in Linux
Linux user management

The process is a program in execution. The process is created when a command is to be executed so, it can be called a running instance of a program in execution. Tuning or controlling a process is called Process Management. Please see How to install Windows Server 2022 on VMware Workstation, and How to Install Windows 10 on VMware Workstation.

There are two types of Linux processes, normal and real-time. Real-time processes have a higher priority than all of the other processes. If there is a real-time process ready to run, it will always run first. Real-time processes may have two types of policy, round-robin and first in first out

A user account is a technique for connecting a user and information service or computer network. A user account is comprised of a username, password and any information related to the user.

Locking a users’ password

Nevertheless, You can check the status of a user’s account with passwd –S username. To lock the password, use the command passwd –l username

Process management in Linux
Linux account administration

Similarly, You can also use grep username /etc/shadow to check the status of a user accounts password.

User privileges in Linux

The presence of the exclamation mark (!) as shown above means the password is locked. To unlock the password, use usermod –U username

Linux user management
Process management in Linux

Expire an account

Therefore, The above methods for locking a password or a user account will still allow a user to access his account by SSH authentication.

Nonetheless, other PAM modules even if the account is locked. To completely disable a user’s account, use the chage command.

chage –E0 username

Additionally, This will prevent every access to the account

Setting an account expiration date

In addition, You can use the chage command to set an account to expire at a particular date. The format will be chage –E “year-mm-dd” username. Consequently, The date within the quotation mark represents the expiry date.

Terminal command showing 'chage' usage to change the expiry date of a user account.

you can now check the new account settings by using chage –l username

Terminal output displaying account password change and expiration details including last password change date, password expiration date, and warning days before password expires.

Kill a users session

You can use the kill command to ‘kill’ a particular process after identifying the process i.d. As always, when running such a command, you have to be absolutely certain that is the process you want.

Furthermore, To effectively manage user accounts and process management in Linux, you will need the tty and pid component. To do this, you can use the who command or just w.

Terminal display showing system information including logged-in users, load average, and user activity.

However, After getting the tty, use it to get the matching pid component with the command ps –ft tty as shown below

Terminal output displaying processes with their details such as UID, PID, PPID, C, STIME, TTY, TIME, and CMD.
c
Now, you can kill the session using the pid. The command to use;
kill PID
For example;
kill 2757
or you can forcefully kill the process by using kill -9 2757

I hope you found this blog post on “User account and process management in Linux” helpful. Moreover, If you have any questions, please let me know in the comment section.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Linux Tags:users

Post navigation

Previous Post: Set PowerShell Execution Policy via Windows Settings
Next Post: How to Disable HTTP TRACE Method for Apache, IIS, sunOne, and Lotus Domino

Related Posts

  • Slide1 1
    Create Multiple Users with Passwords in Ubuntu Linux Linux
  • dfeef
    How to automatically resolve errors associated with failed dependencies Linux
  • cockpit
    Installation and configuration of Cockpit on CentOS Linux Linux
  • Convert PEM to PPK 1
    Convert a PEM Key to a PPK Key on a Linux and Windows AWS/Azure/OpenShift
  • etcconf
    How to configure user resource limits and restrictions in Linux Linux
  • linuxnethero
    Adding a subnetwork interface to an existing network interface Linux

More Related Articles

Slide1 1 Create Multiple Users with Passwords in Ubuntu Linux Linux
dfeef How to automatically resolve errors associated with failed dependencies Linux
cockpit Installation and configuration of Cockpit on CentOS Linux Linux
Convert PEM to PPK 1 Convert a PEM Key to a PPK Key on a Linux and Windows AWS/Azure/OpenShift
etcconf How to configure user resource limits and restrictions in Linux Linux
linuxnethero Adding a subnetwork interface to an existing network interface Linux

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • fsa
    How to prevent MacBook from automatically Logging out Mac
  • Screenshot 2020 06 22 at 23.27.40
    How to fix unable to install msodbcsql17 tool on Ubuntu Oracle/MSSQL/MySQL
  • 980239e9 cisco logo
    Security Best Practice to secure your Cisco Router and Switches Network | Monitoring
  • Locate Find and Grep Required 1
    A Brief Introduction to Linux and How to Create Disk Partition in Ubuntu Linux Linux
  • annoying startup apps
    Stop an application from starting up automatically on macOS Mac
  • Free up filesystem root space
    How to fix the Filesystem root is running low on Disk space Virtualization
  • windows 1
    How to set up a VM via PXE boot on a Generation 1 VM Virtualization
  • Protect OOTBI
    Best Storage for Veeam: Comparing OOTBI by ObjectFirst to VHR Backup

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,762 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.