Linux common commands-45: chmod
The chmod command is used to change the permissions of a file or directory. Only the owner of the file and the super user can execute this command. There are two setting modes, one is to use permission letters and operators; the other is to use numbers. Syntax format: chmod [parameter] [file] Common parameters: Example […]
Linux common commands-45: chmod Read More »