The *nix documentation project is meant to provide online searchable documentation for Linux, FreeBSD, OpenBSD, NetBSD, HP-UX, Tru64 and other Unix like operating systems.
Currently hosting over 25000 manual pages,
over 200 Linux Howtos, over 100 FreeBSD tips and a friendly comunity forum where your questions will be answered.
Random man page:
chown(1) -- change file owner or group
|
The chown command changes the owner ID of each specified file to owner and optionally the group ID of each specified file to group. The chgrp command changes the group ID of each specified file to group. owner can be either a decimal user ID or a login name found in the /etc/passwd file. group can be either a decimal group ID or a group name found in the /etc/group file. In order to change the own... |
|