Categories
tutorials

Chown Tutorial

A brief tutorial on usage of chown linux command
What is this tool for..
It is to change the ownership of a file.
you should use like

chown newuser filename

To change owenership of all files and directories in current directory use *

chown newowner *

To change owner ship of all files and sub directories and files recursively

chown -R newowner .