This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
General | |
Change root password su into root account, passwd | |
User modification Add useradd | |
Delete userdel | |
Modify usermod | |
Change Password passwd | |
View users Logged in w –i who | |
All users cat /etc/passwd | cut -d':' -f1 | |
Who can sudo visudo Identify privileged users and groups | |
cat /etc/group Identify users in privileged groups |