Editing /bin/

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
{{Welcome}}
 
{{Welcome}}
 +
{{Navbar System}}
 
{{Navbar System Administation Utilities}}
 
{{Navbar System Administation Utilities}}
 
{|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000;text-align:left;padding: 10px"  
 
{|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000;text-align:left;padding: 10px"  
Line 6: Line 7:
 
! scope="col" style="width: 350px;"|'''Description'''
 
! scope="col" style="width: 350px;"|'''Description'''
 
|-
 
|-
|[||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).
 
|-
 
|-
|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/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)].
 
|-
 
|-
|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/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.
 
|-
 
|-
|chio||The [https://www.freebsd.org/cgi/man.cgi?query=chio&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html chio] utility is used to control the operation of medium changers, such as those found in tape and optical disk jukeboxes.
+
|/bin/chio||The [https://www.freebsd.org/cgi/man.cgi?query=chio&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html chio] utility is used to control the operation of medium changers, such as those found in tape and optical disk jukeboxes.
 
|-
 
|-
|chmod||The [https://www.freebsd.org/cgi/man.cgi?query=chmod&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html chmod] utility modifies the file mode bits of the listed files as specified by the ''mode'' operand.
+
|/bin/chmod||The [https://www.freebsd.org/cgi/man.cgi?query=chmod&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html chmod] utility modifies the file mode bits of the listed files as specified by the ''mode'' operand.
 
|-
 
|-
|cp||In the first synopsis form, the [https://www.freebsd.org/cgi/man.cgi?query=cp&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html cp] utility copies the contents of the source_file to the target_file.  In the second synopsis form, the contents of each named source_file is copied to the destination target_directory. The names of the files themselves are not changed.  If cp detects an attempt to copy a file to itself, the copy will fail.
+
|/bin/cp||In the first synopsis form, the [https://www.freebsd.org/cgi/man.cgi?query=cp&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html cp] utility copies the contents of the source_file to the target_file.  In the second synopsis form, the contents of each named source_file is copied to the destination target_directory. The names of the files themselves are not changed.  If cp detects an attempt to copy a file to itself, the copy will fail.
 
|-
 
|-
|csh||[https://www.freebsd.org/cgi/man.cgi?query=csh&sektion=1&apropos=0&manpath=FreeBSD+7.2-RELEASE C shell]
+
|/bin/csh||[https://www.freebsd.org/cgi/man.cgi?query=csh&sektion=1&apropos=0&manpath=FreeBSD+7.2-RELEASE C shell]
 
|-
 
|-
|date||[https://www.freebsd.org/cgi/man.cgi?query=date&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html display or set date and time]
+
|/bin/date||[https://www.freebsd.org/cgi/man.cgi?query=date&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html display or set date and time]
 
|-
 
|-
|dd||The [https://www.freebsd.org/cgi/man.cgi?query=dd&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html dd] utility copies the standard input to the standard output.  Input data is read and written in 512-byte blocks.  If input reads are short, input from multiple reads are aggregated to form the output block. When finished, dd displays the number of complete and partial input and output blocks and truncated input records to the standard error output.
+
|/bin/dd||The [https://www.freebsd.org/cgi/man.cgi?query=dd&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html dd] utility copies the standard input to the standard output.  Input data is read and written in 512-byte blocks.  If input reads are short, input from multiple reads are aggregated to form the output block. When finished, dd displays the number of complete and partial input and output blocks and truncated input records to the standard error output.
  
 
|-
 
|-
|df||The [https://www.freebsd.org/cgi/man.cgi?query=df&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html df] utility displays statistics about the amount of free disk space on the specified file system or on the file system of which file is a part. Values are displayed in 512-byte per block counts.  
+
|/bin/df||The [https://www.freebsd.org/cgi/man.cgi?query=df&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html df] utility displays statistics about the amount of free disk space on the specified file system or on the file system of which file is a part. Values are displayed in 512-byte per block counts.  
 
|-
 
|-
|domainname||The [https://www.freebsd.org/cgi/man.cgi?query=domainname&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html domainname] utility prints the name of the current YP/NIS domain.  The      super-user can set the domain name by supplying an argument; this is usually done in the network initialization script /etc/rc.network, normally run at boot time.
+
|/bin/domainname||The [https://www.freebsd.org/cgi/man.cgi?query=domainname&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html domainname] utility prints the name of the current YP/NIS domain.  The      super-user can set the domain name by supplying an argument; this is usually done in the network initialization script /etc/rc.network, normally run at boot time.
  
 
|-
 
|-
|echo||  The [https://www.freebsd.org/cgi/man.cgi?query=echo&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html echo] utility writes any specified operands, separated by single blank (` ') characters and followed by a newline (`\n') character, to the standard output.
+
|/bin/echo||  The [https://www.freebsd.org/cgi/man.cgi?query=echo&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html echo] utility writes any specified operands, separated by single blank (` ') characters and followed by a newline (`\n') character, to the standard output.
 
|-
 
|-
|ed||The [https://www.freebsd.org/cgi/man.cgi?query=ed&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html ed] utility is a line-oriented text editor.
+
|/bin/ed||The [https://www.freebsd.org/cgi/man.cgi?query=ed&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html ed] utility is a line-oriented text editor.
 
|-
 
|-
|expr||The [https://www.freebsd.org/cgi/man.cgi?query=expr&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html expr] utility evaluates expression and writes the result on standard  output
+
|/bin/expr||The [https://www.freebsd.org/cgi/man.cgi?query=expr&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&arch=default&format=html expr] utility evaluates expression and writes the result on standard  output
 
|-
 
|-
|freebsd-version||The freebsd-version command shows you the version of FreeBSD you are running.  
+
|/bin/freebsd-version||The freebsd-version command shows you the version of FreeBSD you are running.  
 
|-
 
|-
|getfacl||The [https://www.freebsd.org/cgi/man.cgi?query=getfacl&sektion=1 getfacl] utility writes discretionary access control information associated with the specified file(s) to standard output.
+
|/bin/getfacl||The [https://www.freebsd.org/cgi/man.cgi?query=getfacl&sektion=1 getfacl] utility writes discretionary access control information associated with the specified file(s) to standard output.
 
|-
 
|-
|hostname||The [https://www.freebsd.org/cgi/man.cgi?query=hostname&apropos=0&sektion=1&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html hostname] utility prints the name of the current host. The super-user      can set the hostname by supplying an argument; this is usually done in      the initialization ''script /etc/rc.d/hostname'', normally run at boot time. This script uses the hostname variable in ''/etc/rc.conf''.
+
|/bin/hostname||The [https://www.freebsd.org/cgi/man.cgi?query=hostname&apropos=0&sektion=1&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html hostname] utility prints the name of the current host. The super-user      can set the hostname by supplying an argument; this is usually done in      the initialization ''script /etc/rc.d/hostname'', normally run at boot time. This script uses the hostname variable in ''/etc/rc.conf''.
 
|-
 
|-
|[[kenv]]||The [https://www.freebsd.org/cgi/man.cgi?query=kenv&apropos=0&sektion=1&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html kenv] utility will dump the kernel environment if invoked without arguments.  If the '''-h''' option is specified, it will limit the report to kernel probe hints.  If an optional variable name is specified, kenv will only report that value.  If the '''-N''' option is specified, kenv will only  display variable names and not their values.  If the '''-u''' option is specified, kenv will delete the given environment variable.  If the environment variable is followed by an optional value, kenv will set the environment variable to this value.
+
|/bin/kenv||The [https://www.freebsd.org/cgi/man.cgi?query=kenv&apropos=0&sektion=1&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html kenv] utility will dump the kernel environment if invoked without arguments.  If the '''-h''' option is specified, it will limit the report to kernel probe hints.  If an optional variable name is specified, kenv will only report that value.  If the '''-N''' option is specified, kenv will only  display variable names and not their values.  If the '''-u''' option is specified, kenv will delete the given environment variable.  If the environment variable is followed by an optional value, kenv will set the environment variable to this value.
 
|-
 
|-
|kill||The [https://www.freebsd.org/cgi/man.cgi?query=kill&apropos=0&sektion=1&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html kill] utility sends a signal to the processes specified by the pid operands. Only the super-user may send signals to other users' processes.
+
|/bin/kill||The [https://www.freebsd.org/cgi/man.cgi?query=kill&apropos=0&sektion=1&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html kill] utility sends a signal to the processes specified by the pid operands. Only the super-user may send signals to other users' processes.
  
 
|-
 
|-
|link||[https://www.freebsd.org/cgi/man.cgi?query=link&sektion=2&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports link], linkat make a hard file link
+
|/bin/link||[https://www.freebsd.org/cgi/man.cgi?query=link&sektion=2&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports link], linkat make a hard file link
 
|-
 
|-
|ln||[https://www.freebsd.org/cgi/man.cgi?query=ln&apropos=0&sektion=1&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ln], link -- link files
+
|/bin/ln||[https://www.freebsd.org/cgi/man.cgi?query=ln&apropos=0&sektion=1&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ln], link -- link files
 
|-
 
|-
|ls||[https://www.freebsd.org/cgi/man.cgi?query=ls&apropos=0&sektion=1&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ls] list directory contents. For each operand that names a file of a type other than directory, ls displays its name as well as any requested, associated information.  For  each operand that names a file of type directory, ls displays the names
+
|/bin/ls||[https://www.freebsd.org/cgi/man.cgi?query=ls&apropos=0&sektion=1&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ls] list directory contents. For each operand that names a file of a type other than directory, ls displays its name as well as any requested, associated information.  For  each operand that names a file of type directory, ls displays the names
 
of files contained within that directory, as well as any requested, associated information.
 
of files contained within that directory, as well as any requested, associated information.
 
|-
 
|-
|mkdir||[https://www.freebsd.org/cgi/man.cgi?query=mkdir&apropos=0&sektion=1&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html mkdir]: make directories;  The mkdir utility creates the directories named as operands, in the order specified, using mode "rwxrwxrwx" (0777) as modified by the current [https://www.freebsd.org/cgi/man.cgi?query=umask&sektion=2&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports umask(2)].
+
|/bin/mkdir||[https://www.freebsd.org/cgi/man.cgi?query=mkdir&apropos=0&sektion=1&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html mkdir]: make directories;  The mkdir utility creates the directories named as operands, in the order specified, using mode "rwxrwxrwx" (0777) as modified by the current [https://www.freebsd.org/cgi/man.cgi?query=umask&sektion=2&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports umask(2)].
 
|-
 
|-
|mv||In its first form, the [https://www.freebsd.org/cgi/man.cgi?query=mv&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html mv] utility renames the file named by the source  operand to the destination path named by the target operand.  This form
+
|/bin/mv||In its first form, the [https://www.freebsd.org/cgi/man.cgi?query=mv&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html mv] utility renames the file named by the source  operand to the destination path named by the target operand.  This form
 
is assumed when the last operand does not name an already existing directory.
 
is assumed when the last operand does not name an already existing directory.
 
|-
 
|-
|pax||The [https://www.freebsd.org/cgi/man.cgi?query=pax&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html pax] utility will read, write, and list the members of an archive file, and will copy directory hierarchies. These operations are independent of the specific archive format, and support a wide variety of different archive formats.  A list of supported archive formats can be found under the description of the '''-x''' option.
+
|/bin/pax||The [https://www.freebsd.org/cgi/man.cgi?query=pax&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html pax] utility will read, write, and list the members of an archive file, and will copy directory hierarchies. These operations are independent of the specific archive format, and support a wide variety of different archive formats.  A list of supported archive formats can be found under the description of the '''-x''' option.
 
|-
 
|-
|pgrep||The [https://www.freebsd.org/cgi/man.cgi?query=pgrep&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html pgrep] command searches the process table on the running system and      prints the process IDs of all processes that match the criteria given on      the command line.
+
|/bin/pgrep||The [https://www.freebsd.org/cgi/man.cgi?query=pgrep&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html pgrep] command searches the process table on the running system and      prints the process IDs of all processes that match the criteria given on      the command line.
 
|-
 
|-
|pkill||The [https://www.freebsd.org/cgi/man.cgi?query=pgrep&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html pkill] command searches the process table on the running system and      signals all processes that match the criteria given on the command line.
+
|/bin/pkill||The [https://www.freebsd.org/cgi/man.cgi?query=pgrep&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html pkill] command searches the process table on the running system and      signals all processes that match the criteria given on the command line.
  
 
|-
 
|-
|ps||process status; The [ttps://www.freebsd.org/cgi/man.cgi?query=ps&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ps] utility displays a header line, followed by lines containing in    formation about all of your processes that have controlling terminals.      If the -x options is specified, ps will also display processes that do
+
|/bin/ps||process status; The [ttps://www.freebsd.org/cgi/man.cgi?query=ps&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ps] utility displays a header line, followed by lines containing in    formation about all of your processes that have controlling terminals.      If the -x options is specified, ps will also display processes that do
 
not have controlling terminals.
 
not have controlling terminals.
 
|-
 
|-
|pwait||The [https://www.freebsd.org/cgi/man.cgi?query=pwait&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html pwait] utility will wait until each of the given processes has terminated.
+
|/bin/pwait||The [ttps://www.freebsd.org/cgi/man.cgi?query=pwait&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html pwait] utility will wait until each of the given processes has terminated.
 
|-
 
|-
|pwd||The [https://www.freebsd.org/cgi/man.cgi?query=pwd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html pwd] utility writes the absolute pathname of the current working directory to the standard output.
+
|/bin/pwd||The [https://www.freebsd.org/cgi/man.cgi?query=pwd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html pwd] utility writes the absolute pathname of the current working directory to the standard output.
 
|-
 
|-
|[[rc-status]]||TrueOS has been using OpenRC successfully for many years in base and ports.
+
|/bin/rc-status||TrueOS has been using OpenRC successfully for many years in base and ports.
 
The goal is to integrate OpenRC into the FreeBSD RC system, allowing either
 
The goal is to integrate OpenRC into the FreeBSD RC system, allowing either
 
RC system or OpenRC to be chosen at boot, and OpenRC ports RC scripts for the
 
RC system or OpenRC to be chosen at boot, and OpenRC ports RC scripts for the
 
entire ports tree. As for now the plan is to get this into the base, and
 
entire ports tree. As for now the plan is to get this into the base, and
bring these to ports in the second step. [https://reviews.freebsd.org/D18578 see: Revision Contents] [https://docs.huihoo.com/puppet/references/3.0.1/type.html OpenRC] initskripts uses [[rc-update]], [[rc-status]] and [[rc-service]] to manage services.  
+
bring these to ports in the second step. [https://reviews.freebsd.org/D18578 see: Revision Contents] [https://docs.huihoo.com/puppet/references/3.0.1/type.html OpenRC] initskripts uses rc-update, rc-status and rc-service to manage services.  
Required binaries: '''/bin/[[rc-status]], /sbin/[[rc-update]], /sbin/[[rc-service]]'''.  
+
Required binaries: ''/bin/rc-status, /sbin/rc-update, /sbin/rc-service''.  
 
|-
 
|-
|realpath||The [https://www.freebsd.org/cgi/man.cgi?query=realpath&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html realpath] utility uses the [https://www.freebsd.org/cgi/man.cgi?query=realpath&sektion=3&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports realpath(3)] function to resolve all symbolic links, extra `/' characters and references to /./ and /../ in path. If path is absent, the current working directory (`.') is assumed.
+
|/bin/realpath||The [https://www.freebsd.org/cgi/man.cgi?query=realpath&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html realpath] utility uses the [https://www.freebsd.org/cgi/man.cgi?query=realpath&sektion=3&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports realpath(3)] function to resolve all symbolic links, extra `/' characters and references to /./ and /../ in path. If path is absent, the current working directory (`.') is assumed.
  
 
|-
 
|-
|red||The [https://www.freebsd.org/cgi/man.cgi?query=red&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ed] utility is a line-oriented text editor. It is used to create,  display, modify and otherwise manipulate text files.  When invoked as red, the editor runs in "restricted" mode, in which the only difference is that the editor restricts the use of filenames which start with `!' (interpreted as shell commands by ed) or contain a `/'.  
+
|/bin/red||The [https://www.freebsd.org/cgi/man.cgi?query=red&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ed] utility is a line-oriented text editor. It is used to create,  display, modify and otherwise manipulate text files.  When invoked as red, the editor runs in "restricted" mode, in which the only difference is that the editor restricts the use of filenames which start with `!' (interpreted as shell commands by ed) or contain a `/'.  
 
|-
 
|-
|rm|| The [https://www.freebsd.org/cgi/man.cgi?query=rm&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html rm] utility attempts to remove the non-directory type files specified on the command line.  If the permissions of the file do not permit writing, and the standard input device is a terminal, the user is prompted (on the standard error output) for confirmation.
+
|/bin/rm|| The [https://www.freebsd.org/cgi/man.cgi?query=rm&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html rm] utility attempts to remove the non-directory type files specified on the command line.  If the permissions of the file do not permit writing, and the standard input device is a terminal, the user is prompted (on the standard error output) for confirmation.
 
|-
 
|-
|rmail||[https://www.freebsd.org/cgi/man.cgi?query=rmail&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html Postfix to Sendmail compatibility interface]
+
|/bin/rmail||[https://www.freebsd.org/cgi/man.cgi?query=rmail&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html Postfix to Sendmail compatibility interface]
 
|-
 
|-
|rmdir||[https://www.freebsd.org/cgi/man.cgi?query=rmdir&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html remove directories]
+
|/bin/rmdir||[https://www.freebsd.org/cgi/man.cgi?query=rmdir&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html remove directories]
 
|-
 
|-
|setfacl||The [https://www.freebsd.org/cgi/man.cgi?query=setfacl&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html setfacl] utility sets discretionary access control information on the  specified file(s). If no files are specified, or the list consists of    the only `-', the file names are taken from the standard input.
+
|/bin/setfacl||The [ttps://www.freebsd.org/cgi/man.cgi?query=setfacl&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html setfacl] utility sets discretionary access control information on the  specified file(s). If no files are specified, or the list consists of    the only `-', the file names are taken from the standard input.
 
|-
 
|-
|sh||[https://www.freebsd.org/cgi/man.cgi?query=sh&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html command interpreter (shell)]
+
|/bin/sh||[https://www.freebsd.org/cgi/man.cgi?query=sh&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html command interpreter (shell)]
 
|-
 
|-
|sleep||[https://www.freebsd.org/cgi/man.cgi?query=sleep&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html suspend execution for an interval of time]
+
|/bin/sleep||[https://www.freebsd.org/cgi/man.cgi?query=sleep&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html suspend execution for an interval of time]
 
|-
 
|-
|stty||[https://www.freebsd.org/cgi/man.cgi?query=stty&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html set the options for a terminal device interface]
+
|/bin/stty||[https://www.freebsd.org/cgi/man.cgi?query=stty&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html set the options for a terminal device interface]
 
|-
 
|-
|sync||The [https://www.freebsd.org/cgi/man.cgi?query=sync&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html sync] utility can be called to ensure that all disk writes have been completed before the processor is halted in a way not suitably done by    [https://www.freebsd.org/cgi/man.cgi?query=reboot&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports reboot(8)] or [https://www.freebsd.org/cgi/man.cgi?query=halt&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports halt(8)].  Generally, it is preferable to use [https://www.freebsd.org/cgi/man.cgi?query=reboot&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports reboot(8)] or [https://www.freebsd.org/cgi/man.cgi?query=halt&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports halt(8)] to shut down the system, as they may perform additional actions such as resynchronizing the hardware clock and flushing internal caches      before performing a final sync.
+
|/bin/sync||The [https://www.freebsd.org/cgi/man.cgi?query=sync&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html sync] utility can be called to ensure that all disk writes have been completed before the processor is halted in a way not suitably done by    [https://www.freebsd.org/cgi/man.cgi?query=reboot&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports reboot(8)] or [https://www.freebsd.org/cgi/man.cgi?query=halt&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports halt(8)].  Generally, it is preferable to use [https://www.freebsd.org/cgi/man.cgi?query=reboot&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports reboot(8)] or [https://www.freebsd.org/cgi/man.cgi?query=halt&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports halt(8)] to shut down the system, as they may perform additional actions such as resynchronizing the hardware clock and flushing internal caches      before performing a final sync.
 
|-
 
|-
|tcsh||[https://www.freebsd.org/cgi/man.cgi?query=tcsh&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html C shell] with file name completion and command line editing
+
|/bin/tcsh||[https://www.freebsd.org/cgi/man.cgi?query=tcsh&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html C shell] with file name completion and command line editing
 
|-
 
|-
|test||The [https://www.freebsd.org/cgi/man.cgi?query=test&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&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). See also /bin/[ above.
+
|/bin/test||The [https://www.freebsd.org/cgi/man.cgi?query=test&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&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). See also /bin/[ above.
 
|-
 
|-
|unlink||[https://www.freebsd.org/cgi/man.cgi?query=unlink&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html unlink]: remove directory entries
+
|/bin/unlink||[https://www.freebsd.org/cgi/man.cgi?query=unlink&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html unlink]: remove directory entries
 
|-
 
|-
|uuidgen||The [https://www.freebsd.org/cgi/man.cgi?query=uuidgen&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html uuidgen] utility by default generates a single DCE version 1 universally unique identifier (UUID), also known as a globally unique identi    fier (GUID).  The UUID is written to stdout by default.
+
|/bin/uuidgen||The [https://www.freebsd.org/cgi/man.cgi?query=uuidgen&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html uuidgen] utility by default generates a single DCE version 1 universally unique identifier (UUID), also known as a globally unique identi    fier (GUID).  The UUID is written to stdout by default.
 
|-
 
|-
 
!colspan="2"|'''Back to ''' [[image:Icon Disti GhostBSD.png|50px|link=Directory Structure]]'''Directory Structure'''
 
!colspan="2"|'''Back to ''' [[image:Icon Disti GhostBSD.png|50px|link=Directory Structure]]'''Directory Structure'''

Please note that all contributions to GhostBSD Wiki are considered to be released under the Creative Commons Attribution (see GhostBSD Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)