List of Commands in Linux
chmod command Changing access permission for files and directories. chmod changes the permissions of the given file according to mode, which can be either a symbolic representation of changes to make or an octal number representing the b pattern for the new permissions. It manages the mode of the file. chmod has two modes: Symbolic…