サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
今年の「#文学」
linux.die.net
throttle(1) - Linux man page Name throttle - bandwidth limiting pipe Synopsis throttle [-l fifo | -t fifo ] [-s blocksize ] [-w window ] [-bkmBKM] limit Description throttle copies the standard input to the standard output while limiting bandwidth to the specified maximum. Options limit The bandwidth limit in bits, kilobits, megabits, bytes, kilobytes or megabytes per second depending on the optio
siege(1) - Linux man page Name siege - An HTTP/HTTPS stress tester Introduction Siege is a multi-threaded http load testing and benchmarking utility. It was designed to let web developers measure the performance of their code under duress. It allows one to hit a web server with a configurable number of concurrent simulated users. Those users place the webserver "under siege." Performance measures
ssh_config(5) - Linux man page Name ssh_config - OpenSSH SSH client configuration files Synopsis ~/.ssh/config /etc/ssh/ssh_config Description ssh(1) obtains configuration data from the following sources in the following order: 1. command-line options 2. user's configuration file (~/.ssh/config) 3. system-wide configuration file (/etc/ssh/ssh_config) For each parameter, the first obtained value wi
fio(1) - Linux man page Name fio - flexible I/O tester Synopsis fio [options] [jobfile]... Description fio is a tool that will spawn a number of threads or processes doing a particular type of I/O action as specified by the user. The typical use of fio is to write a job file matching the I/O load one wants to simulate. Options --debug=type Enable verbose tracing of various fio actions. May be 'all
logrotate(8) - Linux man page Name logrotate - rotates, compresses, and mails system logs Synopsis logrotate [-dv] [-f|--force] [-s|--state file] config_file .. Description logrotate is designed to ease administration of systems that generate large numbers of log files. It allows automatic rotation, compression, removal, and mailing of log files. Each log file may be handled daily, weekly, monthly
flock(1) - Linux man page Name flock - Manage locks from shell scripts Synopsis flock [ -sxon ] [ -w timeout ] lockfile [ -c ] command... flock [-sxon] [-w timeout] lockdir [-c] command... flock [-sxun] [-w timeout] fd Description This utility manages flock(2) locks from within shell scripts or the command line. The first and second forms wraps the lock around the executing a command, in a manner
sockd.conf(5) - Linux man page Name sockd.conf - Dante server configuration file syntax Description The configuration file for the Dante server controls both access controls and logging. It is divided into three parts; server settings, rules, and routes. Note that server settings must come before rules and routes. A line can be commented using the standard comment character #. Server Settings The
rsync(1) - Linux man page Name rsync -- a fast, versatile, remote (and local) file-copying tool Synopsis Local: rsync [OPTION...] SRC... [DEST] Access via remote shell: Pull: rsync [OPTION...] [USER@]HOST:SRC... [DEST] Push: rsync [OPTION...] SRC... [USER@]HOST:DEST Access via rsync daemon: Pull: rsync [OPTION...] [USER@]HOST::SRC... [DEST] rsync [OPTION...] rsync://[USER@]HOST[:PORT]/SRC... [DEST
proc(5) - Linux man page Name proc - process information pseudo-file system Description The proc file system is a pseudo-file system which is used as an interface to kernel data structures. It is commonly mounted at /proc. Most of it is read-only, but some files allow kernel variables to be changed. The following outline gives a quick tour through the /proc hierarchy. /proc/[pid] There is a numeri
monit(1) - Linux man page Name Monit - utility for monitoring services on a Unix system Synopsis monit [options] {arguments} Description monit is a utility for managing and monitoring processes, files, directories and filesystems on a Unix system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations. E.g. Monit can start a process if it does
blktrace(8) - Linux man page Name blktrace - generate traces of the i/o traffic on block devices Synopsis blktrace -d dev [ -r debugfs_path ] [ -o output ] [-k ] [ -w time ] [ -a action ] [ -A action_mask ] [ -v ] Description blktrace is a block layer IO tracing mechanism which provides detailed information about request queue operations up to user space. There are three major components: a kernel
ionice(1) - Linux man page Name ionice - get/set program io scheduling class and priority Synopsis ionice [[ -c class ] [ -n classdata ] [ -t ]] -p PID [ PID ]... ionice [ -c class ] [ -n classdata ] [ -t ] COMMAND [ ARG ]... Description This program sets or gets the io scheduling class and priority for a program. If no arguments or just -p is given, ionice will query the current io scheduling cla
mon(8) - Linux man page Name mon - monitor services for availability, sending alarms upon failures. Synopsis mon [ -dfhlMSv ] [ -a dir ] [ -A authfile ] [ -b dir ] [ -B dir ] [ -c config ] [ -D dir ] [ -i secs ] [ -k num ] [ -l [ statetype ] ] [ -L dir ] [ -m num ] [ -p num ] [ -P pidfile ] [ -r delay ] [ -s dir ] Description mon is a general-purpose scheduler for monitoring service availability a
bash(1) - Linux man page Name bash - GNU Bourne-Again SHell Synopsis bash [options] [file] Copyright Bash is Copyright © 1989-2009 by the Free Software Foundation, Inc. Description Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). Bash is intended
urxvtperl(3) - Linux man page Name urxvtperl - rxvt-unicode's embedded perl interpreter Synopsis # create a file grab_test in $HOME: sub on_sel_grab { warn "you selected ", $_[0]->selection; () } # start a urxvt using it: urxvt --perl-lib $HOME -pe grab_test Description Every time a terminal object gets created, extension scripts specified via the "perl" resource are loaded and associated with it.
ipsec.conf(5) - Linux man page Name ipsec.conf - IPsec configuration and connections Description The optional ipsec.conf file specifies most configuration and control information for the Openswan IPsec subsystem. (The major exception is secrets for authentication; see ipsec.secrets(5).) Its contents are not security-sensitive unless manual keying is being done for more than just testing, in which
urxvt(1) - Linux man page Name rxvt-unicode (ouR XVT, unicode) - (a VT102 emulator for the X window system) Synopsis urxvt [options] [-e command [ args ]] Description rxvt-unicode, version 9.16, is a colour vt102 terminal emulator intended as an xterm(1) replacement for users who do not require features such as Tektronix 4014 emulation and toolkit-style configurability. As a result, rxvt-unicode u
amt-howto(7) - Linux man page Name amt-howto - Intel AMT with linux mini howto Description What is AMT and why I should care? AMT stands for "Active Management Technology". It provides some remote management facilities. They are handled by the hardware and firmware, thus they work independant from the operation system. Means: It works before Linux bootet up to the point where it activated the netw
qemu-kvm(1) - Linux man page Name qemu-doc - QEMU Emulator User Documentation Synopsis usage: qemu [options] [disk_image] Description The QEMU PC System emulator simulates the following peripherals: - i440FX host PCI bridge and PIIX3 PCI to ISA bridge - Cirrus CLGD 5446 PCI VGA card or dummy VGA card with Bochs VESA extensions (hardware level, including all non standard modes). - PS/2 mouse and ke
zshtcpsys(1) - Linux man page Name zshtcpsys - zsh tcp system Description A module zsh/net/tcp is provided to provide network I/O over TCP/IP from within the shell; see its description in zshmodules(1) . This manual page describes a function suite based on the module. If the module is installed, the functions are usually installed at the same time, in which case they will be available for autoload
sendip(1) - Linux man page Name sendip - Send arbitrary IP packets Synopsis sendip [ -v ] [ -d data ] [ -h ] [ -f datafile ] [ -p module ] [ module options ] hostname Options -d data add this data as a string to the end of the packet Data can be: rN to generate N random(ish) data bytes; 0x or 0X followed by hex digits; 0 followed by octal digits; any other stream of bytes -f datafile read packet d
sctp(7) - Linux man page Name sctp - SCTP protocol. Synopsis #include <sys/socket.h>#include <netinet/in.h>#include <netinet/sctp.h> sctp_socket = socket(PF_INET, SOCK_STREAM, IPPROTO_SCTP); sctp_socket = socket(PF_INET, SOCK_SEQPACKET, IPPROTO_SCTP); Description This is an implementation of the SCTP protocol as defined in RFC2960 and RFC3309. It is a message oriented, reliable transport protocol
If you know the name of the Linux command, function, or file you are interested in, type it in: Sections Man pages are grouped into sections. To see the full list of Linux man pages for a section, pick one of: Section 1user commands (introduction) Section 2system calls (introduction) Section 3library functions (introduction) Section 4special files (introduction) Section 5file formats (introduction
xcscope(1) - Linux man page Name xcscope.el - xemacs cscope lisp support package Description xcscope is a lisp package for use in integrating cscope functionality into xemacs Installation Installation steps: 0. (It is, of course, assumed that cscope is already properly installed on the current system.) 1. Ensure that the location of cscope-indexer is located in your path 2. Ensure that the locatio
このページを最初にブックマークしてみませんか?
『Linux Documentation』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く