Permissions
ls -la
chmod
chown
List all users:
ubuntu: cat /etc/passwd
MAC: dscl . list /Users

chmod
chown
Set permission while creating a new directory
`mkdir -m777 path/foldername`
Last updated
Was this helpful?
ls -la
chmod
chown
List all users:
ubuntu: cat /etc/passwd
MAC: dscl . list /Users
chmod
chown
Set permission while creating a new directory
`mkdir -m777 path/foldername`
Last updated
Was this helpful?