sunos man page for chown

Query: chown

OS: sunos

Section: 1b

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

chown(1B)					     SunOS/BSD Compatibility Package Commands						 chown(1B)

NAME
chown - change owner
SYNOPSIS
/usr/ucb/chown [-fR] owner[.group] filename...
DESCRIPTION
chown changes the owner of the filenames to owner. The owner can be either a decimal user ID (UID) or a login name found in the password file. An optional group can also be specified. The group can be either a decimal group ID (GID) or a group name found in the GID file. In the default case, only the super-user of the machine where the file is physically located can change the owner. The system configura- tion option {_POSIX_CHOWN_RESTRICTED} and the privileges PRIV_FILE_CHOWN and PRIV_FILE_CHOWN_SELF also affect who can change the ownership of a file. See chown(2) and privileges(5).
OPTIONS
The following options are supported: -f Do not report errors. -R Recursively descend into directories setting the ownership of all files in each directory encountered. When symbolic links are encountered, their ownership is changed, but they are not traversed.
USAGE
See largefile(5) for the description of the behavior of chown when encountering files greater than or equal to 2 Gbyte ( 2**31 bytes).
FILES
/etc/passwd Password file
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWscpu | +-----------------------------+-----------------------------+
SEE ALSO
chgrp(1), chown(2), group(4), passwd(4), attributes(5), largefile(5), privileges(5) SunOS 5.10 21 Jun 2004 chown(1B)
Related Man Pages
chown(8) - freebsd
chown(8) - opendarwin
chown(1) - sunos
chown(1) - x11r4
chown(1) - xfree86
Similar Topics in the Unix Linux Community
chown doesn't work
I am the owner,yet not allowed the change the ownership
How can i copy user permissions(privileges) to a group
Change file owner
Revision Control System