|
chatr_ia(1) -- change program's internal attributes
|
chatr allows you to change a program's internal attributes for 32-bit and 64-bit ELF files. There are two syntactic forms that can be used to invoke chatr. + Format 1 allows easy manipulation of ordinary files that have only a single text segment and a single data segment. + Format 2 allows explicit specification of the segments to be modified. Upon completion, chatr prints the file's old and ne... |
chatr_pa(1) -- change program's internal attributes
|
chatr allows you to change a program's internal attributes for 32-bit mode SOM and 64-bit mode ELF files. Upon completion, chatr prints the file's old and new values to standard output unless -s is specified. The +pd and +pi options only provide a hint for the virtual memory page size. The actual page sizes may vary. Under certain conditions, page size hints of L may result in better performance... |
|
checknr(1) -- check nroff/troff files
|
checknr searches a list of nroff or troff input files for certain kinds of errors involving mismatched opening and closing delimiters and unknown commands. If no files are specified, checknr searches the standard input. checknr looks for the following: + Font changes using \fx ... \fP. + Size changes using \sx ... \s0. + Macros that come in open ... close forms, such as the .TS and .TE macros,... |
chfn(1) -- change user information; used by finger
|
The chfn command changes the user information that is stored in the repository for the current logged-in user or for the user specified by login-name (see passwd(1)). The information is organized as four comma-separated subfields within the reserved (5th) field of the password file entry. It consists of the user's full name, location code, office phone number, and home phone number, in that order... |
chgrp(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... |
chkey(1) -- change user's secure RPC key pair
|
chkey is used to change a user's secure RPC public key and secret key pair. chkey prompts for the old secure-rpc password and verifies that it is correct by decrypting the secret key. If the user has not already keylogged in, chkey registers the secret key with the local keyserv(1M) daemon. If the secure-rpc password does not match the login password, chkey prompts for the login password. chkey u... |
chmod(1) -- change file mode access permissions
|
The chmod command changes the permissions of one or more files according to the value of symbolic_mode_list or numeric_mode. You can display the current permissions for a file with the ls -l command (see ls(1)). |
chnlspath(1m) -- configure message catalog path
|
chnlspath is used to modify the contents of the configuration file /etc/default/nlspath. chnlspath recognizes the following options and command-line arguments: |
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... |
chroot(1m) -- change root directory for a command
|
The chroot command executes command relative to the newroot. The meaning of any initial slashes (/) in path names is changed for command and any of its children to newroot. Furthermore, the initial working directory is newroot. Note that command suffixes that affect input or output for the chroot command use the original root, not the new root. For example, the command: chroot newroot command > x ... |
chsh(1) -- change default login shell
|
The chsh command changes the login-shell for a user's login name in the repository (see passwd(1)). The DCE repository (-r dce) is only available if Integrated Login has been configured, see auth.adm(1M). If Integrated Login has been configured, other considerations apply. A user with appropriate DCE privileges is capable of modifying a user's shell; this is not dependent upon superuser privileg... |
ch_rc(1m) -- change system configuration file
|
ch_rc manages the addition, modification, removal, and retrieval of information stored in files having the format of those in the /etc/rc.config.d directory. Parameter names are treated as strings. Thus, X[0] has no special meaning to ch_rc in relation to other parameters named X[1] or X. |
ci(1) -- check in RCS revisions
|
ci stores new revisions into RCS files. Each file name ending in ,v is treated as an RCS file; all others are assumed to be working files. ci deposits the contents of each working file into the corresponding RCS file (see rcsintro(5)). If the RCS file does not exist, ci creates it and deposits the contents of the working file as the initial revision. The default number is "1.1". The access list ... |
ckconfig(1) -- verify the path names of all the FTP configuration files.
|
The ckconfig utility is used to verify the path names of the FTP configuration files, /etc/ftpd/ftpusers, /etc/ftpd/ftpaccess, /etc/ftpd/ftpconversions, /etc/ftpd/ftpgroups, /etc/ftpd/ftphosts, /var/adm/syslog/xferlog, and /etc/ftpd/pids/*. This utility checks to see that all the FTP configuration files are in the path specified. If it is not able to find the configuration files in the path, it wi... |
ckpacct(1m) -- shell procedures for accounting
|
chargefee Can be invoked to charge a number of units to login- name. A record is written to /var/adm/fee, to be merged with other accounting records during the night. ckpacct Should be initiated via cron(1M). It periodically checks the size of /var/adm/pacct. If the size exceeds blocks, 1000 by default, turnacct is invoked with argument switch. If the number of free disk blocks in the /var file sy... |