[[Dennis Ritchie]]"},"developer":{"wt":"[[AT&T Bell Laboratories]]"},"released":{"wt":"{{Start date and age|1971|11|3}}"},"latest release version":{"wt":""},"latest release date":{"wt":""},"operating system":{"wt":"[[Unix]] and [[Unix-like]],[[IBM i]]"},"platform":{"wt":"[[Cross-platform]]"},"genre":{"wt":"[[Command (computing)|Command]]"},"license":{"wt":""},"website":{"wt":""}},"i":0}}]}" id="mwBw">.mw-parser-output .infobox-subbox{padding:0;border:none;margin:-3px;width:auto;min-width:100%;font-size:100%;clear:none;float:none;background-color:transparent}.mw-parser-output .infobox-3cols-child{margin:auto}.mw-parser-output .infobox .navbar{font-size:100%}@media screen{html.skin-theme-clientpref-night .mw-parser-output .infobox-full-data:not(.notheme)>div:not(.notheme)[style]{background:#1f1f23!important;color:#f8f9fa}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .infobox-full-data:not(.notheme) div:not(.notheme){background:#1f1f23!important;color:#f8f9fa}}@media(min-width:640px){body.skin--responsive .mw-parser-output .infobox-table{display:table!important}body.skin--responsive .mw-parser-output .infobox-table>caption{display:table-caption!important}body.skin--responsive .mw-parser-output .infobox-table>tbody{display:table-row-group}body.skin--responsive .mw-parser-output .infobox-table tr{display:table-row!important}body.skin--responsive .mw-parser-output .infobox-table th,body.skin--responsive .mw-parser-output .infobox-table td{padding-left:inherit;padding-right:inherit}}
![]() Example usage of chown command | |
Original author(s) | Ken Thompson, Dennis Ritchie |
---|---|
Developer(s) | AT&T Bell Laboratories |
Initial release | November 3, 1971 |
Operating system | Unix and Unix-like, IBM i |
Platform | Cross-platform |
Type | Command |
chown
/ˈtʃoʊn/ , short for change owner, is a shell command for changing the owning user of Unix-based file system files – including special files such as directories.
The ownership of a file may only be altered by a super-user (such as via sudo
). A regular user cannot give away their ownership of a file. [1]
The version of chown
bundled in GNU coreutils was written by David MacKenzie and Jim Meyering. [2]
The command is available for Windows via UnxUtils. [3] The command was ported to IBM i. [4]