|
case(1) -- shell builtin commands
|
Shell builtin commands are commands that can be executed within the running shell's process. Note that, in the case of csh(1) builtin commands, the command is executed in a subshell if it occurs as a... |
cat(1) -- concatenate and print files
|
The cat utility reads files sequentially, writing them to the standard output. The file operands are processed in command-line order. If file is a single dash (`-') or absent, cat reads from the stan... |
|
catman(1) -- preformat man pages
|
The catman utility preformats all the man pages in directories using the nroff -man command. Directories may be separated by colons instead of spaces. If no directories are specified, the contents of ... |
cc(1) -- GNU project C and C++ Compiler (gcc-3.2.1)
|
The C and C++ compilers are integrated. Both process input files through one or more of four stages: preprocessing, compilation, assembly, and linking. Source filename suffixes identify the source lan... |
CC(1) -- GNU project C and C++ Compiler (gcc-3.2.1)
|
The C and C++ compilers are integrated. Both process input files through one or more of four stages: preprocessing, compilation, assembly, and linking. Source filename suffixes identify the source lan... |
cd(1) -- shell builtin commands
|
Shell builtin commands are commands that can be executed within the running shell's process. Note that, in the case of csh(1) builtin commands, the command is executed in a subshell if it occurs as a... |
cdcontrol(1) -- compact disc control utility
|
The cdcontrol utility is a program to control audio features of a CD drive. The device is a name such as cd0 or acd0. If no command is given, then cdcontrol enters an interactive mode, reading command... |
chdir(1) -- shell builtin commands
|
Shell builtin commands are commands that can be executed within the running shell's process. Note that, in the case of csh(1) builtin commands, the command is executed in a subshell if it occurs as a... |
checknr(1) -- check nroff/troff files
|
The checknr utility checks a list of nroff(1) or troff(1) input files for certain kinds of errors involving mismatched opening and closing delimiters and unknown commands. If no files are specified, c... |
chflags(1) -- change file flags
|
The chflags utility modifies the file flags of the listed files as specified by the flags operand. The options are as follows: -H If the -R option is specified, symbolic links on the command line are ... |
chfn(1) -- add or change user database information
|
The chpass utility allows editing of the user database information associated with user or, by default, the current user. The chfn, chsh, ypchpass, ypchfn and ypchsh utilities behave identically to ch... |
chgrp(1) -- change group
|
The chgrp utility sets the group ID of the file named by each file operand to the group ID specified by the group operand. The following options are available: -H If the -R option is specified, symbol... |
chio(1) -- medium changer control utility
|
The chio utility is used to control the operation of medium changers, such as those found in tape and optical disk jukeboxes. The options are as follows: -f changer Use the device changer rather than ... |
chkey(1) -- change your encryption key
|
The chkey utility prompts the user for their login password, and uses it to encrypt a new encryption key for the user to be stored in the publickey(5) database. |
chmod(1) -- change file modes
|
The chmod utility modifies the file mode bits of the listed files as specified by the mode operand. The options are as follows: -f Do not display a diagnostic message if chmod could not modify the mod... |