home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Learning the Korn Shell

Learning the Korn ShellSearch this book
Previous: A.7 The Future of the Korn Shell Appendix B Next: B.2 Built-in Commands and Keywords
 

B. Reference Lists

B.1 Invocation Options

Here is a list of the options you can use when invoking the Korn shell. In addition to these, any set option can be used on the command line; see Table B.5 below. Login shells are usually invoked with the options -i (interactive), -s (read from standard input), and -m -able job control).

Option Meaning
-c string Execute string , then exit.
-s

Read commands from the standard input. If an argument is given, this flag takes precedence (i.e., the argument won't be treated as a script name and standard input will be read).

-i Interactive shell. Ignore signals TERM, INTR, and QUIT.
-r Restricted shell. See Chapter 10, Korn Shell Administration .


Previous: A.7 The Future of the Korn Shell Learning the Korn Shell Next: B.2 Built-in Commands and Keywords
A.7 The Future of the Korn Shell Book Index B.2 Built-in Commands and Keywords

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System