
Linux man pages
Linux man pages. If you know the name of the Linux command, function, or file you are interested in, type it in:
man (1): format/display on-line manual pages - Linux man page
Reformat the source man page, even when an up-to-date cat page exists. This can be meaningful if the cat page was formatted for a screen with a different number of columns, or if the …
at(1) - Linux man page - Linux Documentation
at and batch read commands from standard input or a specified file which are to be executed at a later time. at. executes commands at a specified time. atq. lists the user's pending jobs, unless …
man-pages(7) - Linux man page - Linux Documentation
For example, in the fcntl(2) man page, references to the subject of the page would be written as: fcntl(). The preferred way to write this in the source file is: .BR fcntl (Using this format, rather …
curl(1): transfer URL - Linux man page - Linux Documentation
Turn on the TCP_NODELAY option. See the curl_easy_setopt(3) man page for details about this option. (Added in 7.11.2) -t/--telnet-option <OPT=val> Pass options to the telnet protocol. …
ip(8) - Linux man page - Linux Documentation
ip(8) - Linux man page Name. ip - show / manipulate routing, devices, policy routing and tunnels Synopsis
sed(1) - Linux man page - Linux Documentation
Sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline). While in some ways similar to an editor which permits …
rsync(1) - Linux man page - Linux Documentation
manpage, you can specify an item that should only apply to a directory by prefixing it with a oqDcq, or specify an item that should only apply to a file by prefixing it with a oqFcq. For …
find(1) - Linux man page - Linux Documentation
Jan 1, 2001 · This manual page documents the GNU version of find.GNU find searches the directory tree rooted at each given file name by evaluating the given expression from left to …
ps (1): report snapshot of current processes - Linux man page
ps displays information about a selection of the active processes. If you want a repetitive update of the selection and the displayed information, use top(1) instead.. This version of ps accepts …