|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1251 (0x4e3)
Types: TextFile
Notes: UNIX file
Names: »chown.8«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/man/cat8/chown.8«
1
CHOWN(8) UNIX Programmer's Manual CHOWN(8)
NAME
chown, chgrp - change owner or group
SYNOPSIS
/etc/chown owner file ...
/etc/chgrp group file ...
DESCRIPTION
_▶08◀C_▶08◀h_▶08◀o_▶08◀w_▶08◀n changes the owner of the _▶08◀f_▶08◀i_▶08◀l_▶08◀e_▶08◀s to _▶08◀o_▶08◀w_▶08◀n_▶08◀e_▶08◀r. The owner
may be either a decimal UID or a login name found in the
password file.
_▶08◀C_▶08◀h_▶08◀g_▶08◀r_▶08◀p changes the group-ID of the _▶08◀f_▶08◀i_▶08◀l_▶08◀e_▶08◀s to _▶08◀g_▶08◀r_▶08◀o_▶08◀u_▶08◀p. The
group may be either a decimal GID or a group name found in
the group-ID file.
Only the super-user can change owner or group, in order to
simplify as yet unimplemented accounting procedures.
FILES
/etc/passwd
/etc/group
SEE ALSO
chown(2), passwd(5), group(5)
1