Permissions

  • ls -la

  • chmod

  • chown

List all users:

ubuntu: cat /etc/passwd

MAC: dscl . list /Users

  • Set permission while creating a new directory

      `mkdir -m777 path/foldername`

Last updated