Specifying a new owner of a file or a folder with chown

It is possible to specify a new owner of a file in Linux with chown command. It is also possible to specify a new owner of multiple files that are located in the same directory by specifying a new owner of the folder, By default this tool will only change ownership of a folder only. to change ownership of the subfolders of that folder, it is needed to specify recursive option in order to change ownership of files within subfolders.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator