Difference between revisions of "Chown"

From OnnoWiki
Jump to navigation Jump to search
(Created page with " ==Pranala Menarik== * chown: cara menggunakan")
 
Line 1: Line 1:
 +
The command chown, an abbreviation of change owner, is used on Unix-like systems to change the owner of file system files, directories. Unprivileged (regular) users who wish to change the group membership of a file that they own may use chgrp.
  
 +
The ownership of any file in the system may only be altered by a super-user. A user cannot give away ownership of a file, even when the user owns it. Similarly, only a member of a group can change a file's group ID to that group
  
  
 
==Pranala Menarik==
 
==Pranala Menarik==
  
 +
* [[chown: manual]]
 
* [[chown: cara menggunakan]]
 
* [[chown: cara menggunakan]]

Revision as of 05:27, 12 May 2017

The command chown, an abbreviation of change owner, is used on Unix-like systems to change the owner of file system files, directories. Unprivileged (regular) users who wish to change the group membership of a file that they own may use chgrp.

The ownership of any file in the system may only be altered by a super-user. A user cannot give away ownership of a file, even when the user owns it. Similarly, only a member of a group can change a file's group ID to that group


Pranala Menarik