Understanding User Access in Linux with "chmod"
What is chmod ? According to Wikipedia, chmod is: the command and system call which is used to change the access permissions of file system objects (files and directories). Essentially, what this means is that chmod is used to change the kind of a...
Oct 16, 20203 min read85
