Skip to content

File permissions

Who can do what

  • Every file has permissions that say who may read, write, or execute it.
  • ls -l shows them on the left of each line:
ls -l script.sh
  • You see something like -rwxr-xr-x. Read it in groups of three.

Log in or create account

IGCSE & A-Level