【V】Linuxコマンドリファレンス

Vから始まるコマンド一覧

varlinkctl


"OPTION -h"
varlinkctl [OPTIONS...] COMMAND ...

Introspect Varlink Services.

Commands:
  info ADDRESS           Show service information
  list-interfaces ADDRESS
                         List interfaces implemented by service
  introspect ADDRESS INTERFACE
                         Show interface definition
  call ADDRESS METHOD [PARAMS]
                         Invoke method
  validate-idl [FILE]    Validate interface description
  help                   Show this help

Options:
  -h --help              Show this help
     --version           Show package version
     --no-pager          Do not pipe output into a pager
     --more              Request multiple responses
     --oneway            Do not request response
     --json=MODE         Output as JSON
  -j                     Same as --json=pretty on tty, --json=short otherwise

See the varlinkctl(1) man page for details.

vcs-run


"OPTION -h"
Usage: vcs-run [ options ] repo-url [command [arguments]]

   obtain repository from repo-url, and execute 'command' with 'arguments'

   Command will default to 'vcs_run' in the top level of the repository.

   options:
      -t | --target  DIR   checkout branch to DIR [./(basename repo)]
           --vcs-type  V   repo-url is of type 'V' [auto]
                           supported: auto bzr hg git url
      -v | --verbose       increase verbosity
      -D | --deps          attempt to install dependencies if necessary

   Example:
    * run 'stack.sh' in git://github.com/openstack-dev/devstack.git
      vcs-run --deps git://github.com/openstack-dev/devstack.git stack.sh
    * build cloud-utils
      vcs-run --deps lp:cloud-utils -- ./tools/build-deb -us -uc


vdir


"OPTION -h"

vi


"OPTION -h"
VIM - Vi IMproved 9.1 (2024 Jan 02, compiled May 03 2024 02:45:42)

Usage: vim [arguments] [file ..]       edit specified file(s)
   or: vim [arguments] -               read text from stdin
   or: vim [arguments] -t tag          edit file where tag is defined

Arguments:
   --            Only file names after this
   -v            Vi mode (like "vi")
   -e            Ex mode (like "ex")
   -E            Improved Ex mode
   -s            Silent (batch) mode (only for "ex")
   -y            Easy mode (like "evim", modeless)
   -R            Readonly mode (like "view")
   -Z            Restricted mode (like "rvim")
   -m            Modifications (writing files) not allowed
   -M            Modifications in text not allowed
   -b            Binary mode
   -l            Lisp mode
   -C            Compatible with Vi: 'compatible'
   -N            Not fully Vi compatible: 'nocompatible'
   -V[N][fname]        Be verbose [level N] [log messages to fname]
   -n            No swap file, use memory only
   -r            List swap files and exit
   -r (with file name)    Recover crashed session
   -L            Same as -r
   -T <terminal>    Set terminal type to <terminal>
   --not-a-term        Skip warning for input/output not being a terminal
   --ttyfail        Exit if input or output is not a terminal
   -u <vimrc>        Use <vimrc> instead of any .vimrc
   --noplugin        Don't load plugin scripts
   -p[N]        Open N tab pages (default: one for each file)
   -o[N]        Open N windows (default: one for each file)
   -O[N]        Like -o but split vertically
   +            Start at end of file
   +<lnum>        Start at line <lnum>
   --cmd <command>    Execute <command> before loading any vimrc file
   -c <command>        Execute <command> after loading the first file
   -S <session>        Source file <session> after loading the first file
   -s <scriptin>    Read Normal mode commands from file <scriptin>
   -w <scriptout>    Append all typed commands to file <scriptout>
   -W <scriptout>    Write all typed commands to file <scriptout>
   --clean        'nocompatible', Vim defaults, no plugins, no viminfo
   -h  or  --help    Print Help (this message) and exit
   --version        Print version information and exit

view


"OPTION -h"
VIM - Vi IMproved 9.1 (2024 Jan 02, compiled May 03 2024 02:45:42)

Usage: vim [arguments] [file ..]       edit specified file(s)
   or: vim [arguments] -               read text from stdin
   or: vim [arguments] -t tag          edit file where tag is defined

Arguments:
   --            Only file names after this
   -v            Vi mode (like "vi")
   -e            Ex mode (like "ex")
   -E            Improved Ex mode
   -s            Silent (batch) mode (only for "ex")
   -y            Easy mode (like "evim", modeless)
   -R            Readonly mode (like "view")
   -Z            Restricted mode (like "rvim")
   -m            Modifications (writing files) not allowed
   -M            Modifications in text not allowed
   -b            Binary mode
   -l            Lisp mode
   -C            Compatible with Vi: 'compatible'
   -N            Not fully Vi compatible: 'nocompatible'
   -V[N][fname]        Be verbose [level N] [log messages to fname]
   -n            No swap file, use memory only
   -r            List swap files and exit
   -r (with file name)    Recover crashed session
   -L            Same as -r
   -T <terminal>    Set terminal type to <terminal>
   --not-a-term        Skip warning for input/output not being a terminal
   --ttyfail        Exit if input or output is not a terminal
   -u <vimrc>        Use <vimrc> instead of any .vimrc
   --noplugin        Don't load plugin scripts
   -p[N]        Open N tab pages (default: one for each file)
   -o[N]        Open N windows (default: one for each file)
   -O[N]        Like -o but split vertically
   +            Start at end of file
   +<lnum>        Start at line <lnum>
   --cmd <command>    Execute <command> before loading any vimrc file
   -c <command>        Execute <command> after loading the first file
   -S <session>        Source file <session> after loading the first file
   -s <scriptin>    Read Normal mode commands from file <scriptin>
   -w <scriptout>    Append all typed commands to file <scriptout>
   -W <scriptout>    Write all typed commands to file <scriptout>
   --clean        'nocompatible', Vim defaults, no plugins, no viminfo
   -h  or  --help    Print Help (this message) and exit
   --version        Print version information and exit

viewres


"OPTION -h"
Error: Can't open display: 

vim.tiny


"OPTION -h"
VIM - Vi IMproved 9.1 (2024 Jan 02, compiled May 03 2024 02:45:42)

Usage: vim [arguments] [file ..]       edit specified file(s)
   or: vim [arguments] -               read text from stdin
   or: vim [arguments] -t tag          edit file where tag is defined

Arguments:
   --            Only file names after this
   -v            Vi mode (like "vi")
   -e            Ex mode (like "ex")
   -E            Improved Ex mode
   -s            Silent (batch) mode (only for "ex")
   -y            Easy mode (like "evim", modeless)
   -R            Readonly mode (like "view")
   -Z            Restricted mode (like "rvim")
   -m            Modifications (writing files) not allowed
   -M            Modifications in text not allowed
   -b            Binary mode
   -l            Lisp mode
   -C            Compatible with Vi: 'compatible'
   -N            Not fully Vi compatible: 'nocompatible'
   -V[N][fname]        Be verbose [level N] [log messages to fname]
   -n            No swap file, use memory only
   -r            List swap files and exit
   -r (with file name)    Recover crashed session
   -L            Same as -r
   -T <terminal>    Set terminal type to <terminal>
   --not-a-term        Skip warning for input/output not being a terminal
   --ttyfail        Exit if input or output is not a terminal
   -u <vimrc>        Use <vimrc> instead of any .vimrc
   --noplugin        Don't load plugin scripts
   -p[N]        Open N tab pages (default: one for each file)
   -o[N]        Open N windows (default: one for each file)
   -O[N]        Like -o but split vertically
   +            Start at end of file
   +<lnum>        Start at line <lnum>
   --cmd <command>    Execute <command> before loading any vimrc file
   -c <command>        Execute <command> after loading the first file
   -S <session>        Source file <session> after loading the first file
   -s <scriptin>    Read Normal mode commands from file <scriptin>
   -w <scriptout>    Append all typed commands to file <scriptout>
   -W <scriptout>    Write all typed commands to file <scriptout>
   --clean        'nocompatible', Vim defaults, no plugins, no viminfo
   -h  or  --help    Print Help (this message) and exit
   --version        Print version information and exit

vmstat


"OPTION -h"

Usage:
 vmstat [options] [delay [count]]

Options:
 -a, --active           active/inactive memory
 -f, --forks            number of forks since boot
 -m, --slabs            slabinfo
 -n, --one-header       do not redisplay header
 -s, --stats            event counter statistics
 -d, --disk             disk statistics
 -D, --disk-sum         summarize disk statistics
 -p, --partition <dev>  partition specific statistics
 -S, --unit <char>      define display unit
 -w, --wide             wide output
 -t, --timestamp        show timestamp
 -y, --no-first         skips first line of output

 -h, --help     display this help and exit
 -V, --version  output version information and exit

For more details see vmstat(8).

vmwarectrl


"OPTION -h"
Could not open default X Display

vsftpdwho


"OPTION -h"
USER         PID STIME CMD
root        1198 16:23 /usr/sbin/vsftpd /etc/vsftpd.conf
nobody     22768 20:53 /usr/sbin/vsftpd /etc/vsftpd.conf
user       22770 20:53 /usr/sbin/vsftpd /etc/vsftpd.conf

vstp


"OPTION -h"
Please call me as vstpp or as vstpg.
vstpg/vstpp : get files from / put files to a VisioBraille terminal
Usage: /bin/vstp [options] [files]
[files] are Unix filenames
 -i            ask for confirmation
 -f            don't ask for confirmation (default)
 -b            create backup (.vis~) file if file already exists
 -n            do not create backup (.vis~) file (default)
 -s port       use port as port number instead of default
 -k filename   use filename as key path instead of default
 -d            put files into current directory
 -o filename   also use filename as options file

w


"OPTION -h"
user  tty2     -                13:51    7:08m  0.20s  0.15s /usr/libexec/gnome-session-binary --session=ubuntu
user            192.168.19.1     13:53    7:08m  0.00s  0.08s sshd: user [priv]
user            192.168.19.1     20:31    7:08m  0.00s  0.09s sshd: user [priv]