1*cc0af6d5SAlexander Ziaee.\"- 2*cc0af6d5SAlexander Ziaee.\" SPDX-License-Identifier: BSD-3-Clause 3*cc0af6d5SAlexander Ziaee.\" 4afe61c15SRodney W. Grimes.\" Copyright (c) 1991, 1993 5afe61c15SRodney W. Grimes.\" The Regents of the University of California. All rights reserved. 6afe61c15SRodney W. Grimes.\" 7afe61c15SRodney W. Grimes.\" Redistribution and use in source and binary forms, with or without 8afe61c15SRodney W. Grimes.\" modification, are permitted provided that the following conditions 9afe61c15SRodney W. Grimes.\" are met: 10afe61c15SRodney W. Grimes.\" 1. Redistributions of source code must retain the above copyright 11afe61c15SRodney W. Grimes.\" notice, this list of conditions and the following disclaimer. 12afe61c15SRodney W. Grimes.\" 2. Redistributions in binary form must reproduce the above copyright 13afe61c15SRodney W. Grimes.\" notice, this list of conditions and the following disclaimer in the 14afe61c15SRodney W. Grimes.\" documentation and/or other materials provided with the distribution. 15dda5b397SEitan Adler.\" 3. Neither the name of the University nor the names of its contributors 16afe61c15SRodney W. Grimes.\" may be used to endorse or promote products derived from this software 17afe61c15SRodney W. Grimes.\" without specific prior written permission. 18afe61c15SRodney W. Grimes.\" 19afe61c15SRodney W. Grimes.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 20afe61c15SRodney W. Grimes.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21afe61c15SRodney W. Grimes.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 22afe61c15SRodney W. Grimes.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 23afe61c15SRodney W. Grimes.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 24afe61c15SRodney W. Grimes.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 25afe61c15SRodney W. Grimes.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 26afe61c15SRodney W. Grimes.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 27afe61c15SRodney W. Grimes.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 28afe61c15SRodney W. Grimes.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29afe61c15SRodney W. Grimes.\" SUCH DAMAGE. 30afe61c15SRodney W. Grimes.\" 31*cc0af6d5SAlexander Ziaee.Dd April 12, 2024 32afe61c15SRodney W. Grimes.Dt INTRO 1 33afe61c15SRodney W. Grimes.Os 34afe61c15SRodney W. Grimes.Sh NAME 35afe61c15SRodney W. Grimes.Nm intro 36afe61c15SRodney W. Grimes.Nd introduction to general commands (tools and utilities) 37afe61c15SRodney W. Grimes.Sh DESCRIPTION 38afe61c15SRodney W. GrimesSection one of the manual contains most of the commands 39afe61c15SRodney W. Grimeswhich comprise the 40*cc0af6d5SAlexander Ziaee.Fx 41afe61c15SRodney W. Grimesuser environment. 42*cc0af6d5SAlexander ZiaeeSome of the commands included with the system in section one are 43afe61c15SRodney W. Grimestext editors, command shell interpreters, 44afe61c15SRodney W. Grimessearching and sorting tools, 45de124a03SMasafumi Max NAKANEfile manipulation commands, 46afe61c15SRodney W. Grimessystem status commands, 47afe61c15SRodney W. Grimesremote file copy commands, mail commands, 48afe61c15SRodney W. Grimescompilers and compiler tools, 49afe61c15SRodney W. Grimesformatted output tools, 50afe61c15SRodney W. Grimesand line printer commands. 51afe61c15SRodney W. Grimes.Pp 52*cc0af6d5SAlexander ZiaeeTens of thousands of additional commands are available to be installed 53*cc0af6d5SAlexander Ziaeewith 54*cc0af6d5SAlexander Ziaee.Xr pkg 8 , 55*cc0af6d5SAlexander Ziaeeor compiled with the 56*cc0af6d5SAlexander Ziaee.Xr ports 7 57*cc0af6d5SAlexander Ziaeecollection. 58*cc0af6d5SAlexander ZiaeeSome of which include web browsers, office suites, calendars, 59*cc0af6d5SAlexander Ziaeeconferencing utilities, integrated development environments, 60*cc0af6d5SAlexander Ziaeemedia players, audio and video processing suites, etc. 61*cc0af6d5SAlexander Ziaee.Pp 62afe61c15SRodney W. GrimesAll commands set a status value upon exit which may be tested 63afe61c15SRodney W. Grimesto see if the command completed normally. 64ee9dc9c5SDima DorfmanTraditionally, the value 0 signifies successful 65ee9dc9c5SDima Dorfmancompletion of the command, while a value >0 indicates an error. 66ee9dc9c5SDima DorfmanSome commands attempt to describe the nature of the failure by using 675a395b54SRuslan Ermilovexit codes as defined in 68ee9dc9c5SDima Dorfman.Xr sysexits 3 , 69*cc0af6d5SAlexander Ziaeewhile others simply set the status to an arbitrary value >0 70*cc0af6d5SAlexander Ziaee.Pq typically 1 . 71*cc0af6d5SAlexander Ziaee.Sh FILES 72*cc0af6d5SAlexander Ziaee.Bl -tag -width "/usr/local/bin/tab" -compact 73*cc0af6d5SAlexander Ziaee.It Pa /bin/ 74*cc0af6d5SAlexander ZiaeeCommands fundamental to single- and multi-user modes. 75*cc0af6d5SAlexander Ziaee.It Pa /usr/bin/ 76*cc0af6d5SAlexander ZiaeeGeneral commands included with the base system. 77*cc0af6d5SAlexander Ziaee.It Pa /usr/local/bin/ 78*cc0af6d5SAlexander ZiaeeLocally installed commands from 79*cc0af6d5SAlexander Ziaee.Xr pkg 8 or 80*cc0af6d5SAlexander Ziaee.Xr ports 7 . 81*cc0af6d5SAlexander Ziaee.El 82afe61c15SRodney W. Grimes.Sh SEE ALSO 8392f2618cSWolfram Schneider.Xr apropos 1 , 84e0e5145cSWolfram Schneider.Xr man 1 , 85*cc0af6d5SAlexander Ziaee.Xr which 1 , 86e0e5145cSWolfram Schneider.Xr intro 2 , 87e0e5145cSWolfram Schneider.Xr intro 3 , 88ee9dc9c5SDima Dorfman.Xr sysexits 3 , 89e0e5145cSWolfram Schneider.Xr intro 4 , 9092f2618cSWolfram Schneider.Xr intro 5 , 9192f2618cSWolfram Schneider.Xr intro 6 , 92e0e5145cSWolfram Schneider.Xr intro 7 , 93*cc0af6d5SAlexander Ziaee.Xr ports 7 , 94def37e7cSMike Pritchard.Xr security 7 , 95e0e5145cSWolfram Schneider.Xr intro 8 , 96*cc0af6d5SAlexander Ziaee.Xr pkg 8 , 975c537f44SMike Pritchard.Xr intro 9 98afe61c15SRodney W. Grimes.Pp 99afe61c15SRodney W. GrimesTutorials in the 100afe61c15SRodney W. Grimes.%T "UNIX User's Manual Supplementary Documents" . 101afe61c15SRodney W. Grimes.Sh HISTORY 102a41f2f4cSJohn-Mark GurneyThe 103*cc0af6d5SAlexander Ziaee.Nm Ns Pq 1 104*cc0af6d5SAlexander Ziaeemanual page first appeared in 105afe61c15SRodney W. Grimes.At v6 . 106