Difference between revisions of "/bin/"

From GhostBSD Wiki
Jump to: navigation, search
(Created page with "{{Welcome}} {{maintenance}} {|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000;text-align:left;padding: 10px" |- ! scope="col" style="width:...")
 
Line 9: Line 9:
 
|/bin/[||The [https://www.freebsd.org/cgi/man.cgi?query=test&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&format=html 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/[||The [https://www.freebsd.org/cgi/man.cgi?query=test&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&format=html 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||
+
|/bin/cat||The [https://www.freebsd.org/cgi/man.cgi?query=cat&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html 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 [https://www.freebsd.org/cgi/man.cgi?query=inetd&sektion=8&apropos=0&manpath=FreeBSD+7.2-RELEASE inetd(8)].
 
|-
 
|-
|/bin/chflags||
+
|/bin/chflags|| The [https://www.freebsd.org/cgi/man.cgi?query=chflags&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html chflags] utility modifies the file flags of the listed files as specified by the flags operand.
 
|-
 
|-
 
|/bin/chio||
 
|/bin/chio||

Revision as of 12:01, 9 February 2020

Welcome to Icon Disti GhostBSD.png /bin/.
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 Icon Disti GhostBSD.pngDirectory Structure