Tag: explainer
-
Linux File Permissions
Most of this was cribbed from https://linuxhandbook.com/linux-file-permissions/ You can get an output of permissions on a file or directory by passing the -l flag to the ls command: ls -l Output looks something like this: File type: Denotes the type of file. d means directory, – means regular file, l means a symbolic link. Permissions: This…
notes-cagrimmett