Unix and Linux Discussions Tagged with commands |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
17 |
167,228 |
Shell Programming and Scripting |
|
|
|
8 |
8,883 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
7,869 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
5,494 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
6,333 |
Shell Programming and Scripting |
|
|
|
2 |
2,031 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
12,805 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
6,486 |
Shell Programming and Scripting |
|
|
|
5 |
4,502 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,778 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
1,341 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,697 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,733 |
Shell Programming and Scripting |
|
|
|
4 |
4,083 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
6,015 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
8,840 |
OS X (Apple) |
|
|
|
3 |
4,583 |
What is on Your Mind? |
|
|
|
4 |
2,321 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,564 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,571 |
Shell Programming and Scripting |
|
|
|
6 |
2,571 |
Shell Programming and Scripting |
|
|
|
1 |
2,590 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
5,610 |
Shell Programming and Scripting |
|
|
|
14 |
15,804 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,050 |
SCO |
|
|
|
7 |
5,733 |
UNIX for Dummies Questions & Answers |
|
|
|
11 |
7,390 |
Red Hat |
|
|
|
6 |
3,747 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
4,653 |
Linux |
|
|
|
6 |
3,264 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,548 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
13,097 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,836 |
Shell Programming and Scripting |
|
|
|
1 |
7,079 |
Solaris |
|
|
|
6 |
6,703 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
9,564 |
Programming |
|
|
|
0 |
5,981 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,704 |
Shell Programming and Scripting |
|
|
|
7 |
3,515 |
Shell Programming and Scripting |
|
|
|
3 |
2,343 |
UNIX for Dummies Questions & Answers |
INTRO(1) BSD General Commands Manual INTRO(1)
NAME
intro -- introduction to general commands (tools and utilities)
DESCRIPTION
Section one of the manual contains most of the commands which comprise the BSD user environment. Some of the commands included in section
one are text editors, command shell interpreters, searching and sorting tools, file manipulation commands, system status commands, remote
file copy commands, mail commands, compilers and compiler tools, formatted output tools, and line printer commands.
All commands set a status value upon exit which may be tested to see if the command completed normally. Traditionally, the value 0 signifies
successful completion of the command, while a value >0 indicates an error. Some commands attempt to describe the nature of the failure by
using exit codes as defined in sysexits(3), while others simply set the status to an arbitrary value >0 (typically 1).
SEE ALSO
apropos(1), man(1), intro(2), intro(3), sysexits(3), intro(4), intro(5), intro(6), intro(7), security(7), intro(8), intro(9)
Tutorials in the UNIX User's Manual Supplementary Documents.
HISTORY
The intro manual page appeared in Version 6 AT&T UNIX.
BSD
October 21, 2001 BSD