bash:commands:user_commands
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
bash:commands:user_commands [2021/01/26 15:49] – created peter | bash: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