
chkconfig | 85
Linux
Commands
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
-v, --version
Print version information and then exit.
Example
chfn -f "Ellen Siever" ellen
chgrp
chgrp [options] newgroup files
chgrp [options]
Change the group of one or more files to newgroup. newgroup is
either a group ID number or a group name located in /etc/group.
Only the owner of a file or a privileged user may change the group.
Options
-c, --changes
Print information about files that are changed.
-f, --silent, --quiet
Do not print error messages about files that cannot be
changed.
--help
Print help message and then exit.
-R, --recursive
Traverse subdirectories recursively, applying changes.
--reference=filename
Change the group to that associated with filename. In this
case, newgroup is not specified.
-v, --verbose
Verbosely describe ownership changes.
--version
Print version information and then exit.
chkconfig
chkconfig [options] [service [flag]]
System administration command. Manipulate symbolic links in the
/etc/rc.d/rc[0-6].d directories. chkconfig manages which services will
run in a specified runlevel. Valid flags are on, off,orreset to reset
the service to defaults given in its initialization script in /etc/rc.d/init.
d. To specify defaults in an standard initialization script, add a
comment line to the script beginning with chkconfig: followed by
the runlevels ...