Users and Privileges
Access permissions of a file or directory

drwxr-xr-x
means:
d
: Directoryrwx
: Owner can read, write, and executer-x
: Group can read and executer-x
: Others can read and execute

drwxrwxrwt
means: (Full Access)
d
: Directoryrwx
: Owner can read, write, and executerwx
: Group can read, write, and executerwt
Others can read, write, and execute, but with the sticky bit set (t
), meaning only the file owner can delete files within the directory.
Change Access
chmod +x filename
chmod 777 filename


Add User

Confirm User


Passwords are now in the Shadow file


Switch User

Change Root Password

Last updated