Changing file permissions with chmod

​Changing file permissions in Linux like shell environment can be done with the help of chmod command. This command will accept what type of permissions need to be assigned to a file or group of files.

The chmod command will accept either numeric value of permissions that need to be set or specific values that need to be adjusted.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator