Definitions for "Chown" Add To Word List
Login or Register  | Word Lists | Search History

Short for : Change Ownership. A Unix command that lets a root user set the ownership of a file or directory. Only the owner of a file or directory can create, edit or delete files and directories contained within a directory. If you have root access to your system via SSH, type : man chown for information on setting or changing ownership of files and directories.
Helpful?           0
To change the ownership of a file
Helpful?           0
The command used to change the owner of a file or directory.
Helpful?           0
Changes the owner of a file 1108
Helpful?           0
Change file owner and group.
Helpful?           0
A UNIX command meaning "change ownership."
Helpful?           0
The chown command is used on Unix-like systems to change the owner of a file. In most implementations, it can only be executed by the Superuser. Unprivileged (regular) users who wish to change the group of a file that they own may use chgrp.
Helpful?           0