User Tools

Site Tools


bash:commands:user_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
bash:commands:user_commands [2021/01/26 15:49] – created peterbash:commands:user_commands [2021/01/26 15:50] (current) peter
Line 1: Line 1:
 ====== BASH - Commands - User Commands ====== ====== BASH - Commands - User Commands ======
 +
 +^Description^Command^
 +|Add a group|groupadd groupname|
 +|Add a user|adduser peter|
 +|Add a user|useradd -c "Peter Roux" - g admin -m peter # Add user peter|
 +|Delete a user|userdel peter|
 +|Display information on a user|finger user|
 +|Display who is logged in|w|
 +|Display who you are logged in as|whoami|
 +|Modify user information|usermod peter|
 +|Show the active user id with login and group|id|
 +|Show last logins on the system|last|
 +|Show who is logged into the system|who|
 +
 +
  
bash/commands/user_commands.1611676150.txt.gz · Last modified: 2021/01/26 15:49 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki