The Linux chown commandalvinMarch 7, 2011 - 8:14pm
Unix/Linux file ownership FAQ: How do I use the chown
command?
The chown
command is most commonly used by Unix/Linux system administrators who need to fix a permissions problem with a file or directory, or many files and many directories.
For instance, suppose you want files to be owned by the user "nobody", but when you issue an ls
command, you see that they're owned by the user "fred", like this: