Jump to content

Chown: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Tags: Reverted Visual edit Mobile edit Mobile web edit
m Added conjunction (“and”)
 
(3 intermediate revisions by 3 users not shown)
Line 19: Line 19:
| website =
| website =
}}
}}
[[0889251252|The]] [[Command (computing)|command]] {{mono|'''chown'''}} {{IPAc-en|'|ch|ou|n}}, an abbreviation of ''change owner'', is used on [[Unix]] and [[Unix-like]] [[operating system]]s to change the owner of file system [[computer file|files]], [[Directory (computing)|directories]]. [[Privilege (computing)|Unprivileged]] (regular) users who wish to change the group membership of a file that they own may use {{mono|[[chgrp]]}}.
The [[Command (computing)|command]] {{mono|'''chown'''}} {{IPAc-en|'|ch|ou|n}}, an abbreviation of ''change owner'', is used on [[Unix]] and [[Unix-like]] [[operating system]]s to change the owner of file system [[computer file|files]] and [[Directory (computing)|directories]]. [[Privilege (computing)|Unprivileged]] (regular) users who wish to change the group membership of a file that they own may use {{mono|[[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.<ref>[https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man8/chown.8.html BSD Man page for chown, March 31, 1994]</ref>
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.<ref>[https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man8/chown.8.html BSD Man page for chown, March 31, 1994]</ref>


The command is available as a separate package for [[Microsoft Windows]] as part of the [[UnxUtils]] collection of [[Native (computing)|native]] [[Windows API|Win32]] [[porting|ports]] of common GNU Unix-like utilities.<ref>{{Cite web|url=http://unxutils.sourceforge.net/|title=Native Win32 ports of some GNU utilities|website=unxutils.sourceforge.net}}</ref> The {{Mono|chown}} command has also been ported to the [[IBM i]] operating system.<ref>{{cite web |title=IBM System i Version 7.2 Programming Qshell |language=en |author=IBM |author-link=IBM |url=https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_74/rzahz/rzahzpdf.pdf?view=kc |access-date=2020-09-05 |url-status=live|archive-url=https://web.archive.org/web/20200918130823/https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_74/rzahz/rzahzpdf.pdf?view=kc |archive-date=2020-09-18 }}</ref>
The command is available as a separate package for [[Microsoft Windows]] as part of the [[UnxUtils]] collection of [[Native (computing)|native]] [[Windows API|Win32]] [[porting|ports]] of common GNU Unix-like utilities.<ref>{{Cite web|url=http://unxutils.sourceforge.net/|title=Native Win32 ports of some GNU utilities|website=unxutils.sourceforge.net}}</ref> The {{Mono|chown}} command has also been ported to the [[IBM i]] operating system.<ref>{{cite web |title=IBM System i Version 7.2 Programming Qshell |language=en |author=IBM |website=[[IBM]] |author-link=IBM |url=https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_74/rzahz/rzahzpdf.pdf?view=kc |access-date=2020-09-05 |url-status=live|archive-url=https://web.archive.org/web/20200918130823/https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_74/rzahz/rzahzpdf.pdf?view=kc |archive-date=2020-09-18 }}</ref>

==Syntax==
chown name_of_new_owner file_name

chown newuser:newgroup file_name


==See also==
==See also==

Latest revision as of 21:40, 13 January 2024

chown
Original author(s)Ken Thompson,
Dennis Ritchie
Developer(s)AT&T Bell Laboratories
Initial releaseNovember 3, 1971; 52 years ago (1971-11-03)
Operating systemUnix and Unix-like, IBM i
PlatformCross-platform
TypeCommand

The command chown /ˈn/, an abbreviation of change owner, is used on Unix and Unix-like operating systems to change the owner of file system files and 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.[1]

The command is available as a separate package for Microsoft Windows as part of the UnxUtils collection of native Win32 ports of common GNU Unix-like utilities.[2] The chown command has also been ported to the IBM i operating system.[3]

See also[edit]

References[edit]

  1. ^ BSD Man page for chown, March 31, 1994
  2. ^ "Native Win32 ports of some GNU utilities". unxutils.sourceforge.net.
  3. ^ IBM. "IBM System i Version 7.2 Programming Qshell" (PDF). IBM. Archived (PDF) from the original on 2020-09-18. Retrieved 2020-09-05.

External links[edit]