/bin/
From GhostBSD Wiki
Welcome to ![]() |
This page is in maintenance! Please do not change this page without to contact the author or use Discussion! |
Utility | Description |
---|---|
/bin/[ | The test utility evaluates the expression and, if it evaluates to true, returns a zero (true) exit status; otherwise it returns 1 (false). If there is no expression, test also returns 1 (false). |
/bin/cat | 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 standard input. If file is a UNIX domain socket, cat connects to it and then reads it until EOF. This complements the UNIX domain binding capability available in inetd(8). |
/bin/chflags | The chflags utility modifies the file flags of the listed files as specified by the flags operand. |
/bin/chio | |
/bin/chmod | |
/bin/cp | |
/bin/csh | |
/bin/date | |
/bin/dd | |
/bin/df | |
/bin/domainname | |
/bin/echo | |
/bin/ed | |
/bin/expr | |
/bin/freebsd-version | |
/bin/getfacl | |
/bin/hostname | |
/bin/kenv | |
/bin/kill | |
/bin/link | |
/bin/ln | |
/bin/ls | |
/bin/mkdir | |
/bin/mv | |
/bin/pax | |
/bin/pgrep | |
/bin/pkill | |
/bin/ps | |
/bin/pwait | |
/bin/pwd | |
/bin/rc-status | |
/bin/realpath | |
/bin/red | |
/bin/rm | |
/bin/rmail | |
/bin/rmdir | |
/bin/setfacl | |
/bin/sh | |
/bin/sleep | |
/bin/stty | |
/bin/sync | |
/bin/tcsh | |
/bin/test | |
/bin/unlink | |
/bin/uuidgen | |
Back to ![]() |