|
cp(1) -- Copies files
|
If a destination file already exists, its contents are overwritten if permissions allow, but cp does not change its mode, user ID, or group ID. However, if the file is not being copied by the root use... |
cpio(1) -- Copies files to and from archive storage.
|
The cpio command copies files between archive storage and the file system. It is used to save and restore data from traditional format cpio archives. There are three versions of the cpio command: cpio... |
cpp(1) -- the C language preprocessor
|
The cpp C language preprocessor performs initial text substitutions, manipulations, conditional inclusion, and various other activities as described by the C standard. The preferred way to invoke cpp ... |
creacct(1) -- Creates computer and user accounts on the Windows 2000 server (Active Directory), extracts DNS hostn...
|
The creacct command adds computers and users to the Windows 2000 server, extracts DNS host names and service principal names, sets principal passwords, extracts service tickets, creates Kerberos key t... |
crontab(1) -- Submits a schedule of commands to cron
|
The crontab command copies the specified file or standard input if you do not specify a file into the /var/spool/cron/crontabs directory, which holds all users' crontab files. The cron command runs c... |
crypt(1) -- encode/decode
|
The crypt command reads from the standard input and writes on the standard output. You must supply a key which selects a particular transformation. If no password is given, crypt demands a key from th... |
csh(1) -- C shell command interpreter
|
The C shell is an interactive command interpreter and a command programming language that uses a syntax similar to the C programming language. The shell carries out commands either from a file (called... |
csplit(1) -- Splits files by context
|
By default, csplit writes the file segments to files named xx00 ...xxn, where n is the number of arguments listed on the command line (n may not be greater than 99). These new files get the following ... |
ct(1) -- Dials an attached terminal and issues a login process
|
Once ct establishes a connection, a user on the remote terminal can log in and work on the system. A user on the local system issues ct with the appropriate telephone number to call the modem attached... |
ctags(1) -- Makes a tags file for source file objects.
|
The ctags command makes a tags file for ex and vi editors from the specified C, Pascal, FORTRAN, yacc, lex, and LISP source files. A tags file gives the locations of specified objects (in this case fu... |
cu(1) -- Connects directly or indirectly to a remote system
|
The cu command can establish the connection over a hardwired line, or over a telephone line via a modem. Once the connection is established, you can be logged in on both systems at the same time, exec... |
cut(1) -- Displays specified parts from each line of a file
|
The cut command locates the specified fields in each line of the specified file and writes the characters in those fields to standard output. You must specify the -b option (to select bytes), the -c o... |
cxref(1) -- Creates a C program cross-reference listing
|
The cxref command analyzes C program files and creates a cross-reference table, using a version of the cpp macro preprocessor to include #define directives in its symbol table. The cxref command write... |