Posts Tagged ‘brief’
November 14 2008
No Comment
Brief File & Folder Permission on *nix
File and folder permissions in *nix meaning slightly different, although the notation and writing it could same.
Folders
read (r) = user is allowed to see files that are inside, for example by typing ls to view the contents of the folder
write (w) = allowed users to create a new file in the folder, sometimes this also [...]