Saturday, February 9, 2013

Shell Types

  • The Bourne (or standard) shell, the most compact shell but also the simplest.
  • The Korn shell, a superset of the Bourne shell that lets you edit the command line.
  • The C shell, which uses C syntax and has many conveniences.

Most systems have more than one shell,

The /etc/passwd file determines which shell takes
If the program Your shell will be the:

shell name is: 
/bin/sh Bourne shell
/bin/rsh Restricted Bourne shell
/bin/jsh Bourne shell, including job control
/bin/ksh Korn shell
/bin/rksh Restricted Korn shell
/bin/csh C shell

change from the Bourne shell to the C shell, type:     $ exec csh

No comments:

Post a Comment

Oracle EBS R12 – Query to View Consolidated Invoice Details with Individual Transactions

SELECT     hp.party_name                  AS customer_name,     aca.account_number             AS customer_account,     hci.cons_billing_num...