home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / sdf / faq / UNIX / 01 < prev    next >
Text File  |  2003-11-19  |  1KB  |  24 lines

  1. [01] WHAT UNIX SHELLS ARE AVAILABLE HERE?
  2.  
  3.      A 'shell' is how you interact with the 'kernel'.  The kernel is the
  4.      software that translates your commands into instructions that the 
  5.      hardware (machine) can understand.  The origin of the word 'shell' 
  6.      actually comes from MULTICS, which UNIX attempts to mimic.
  7.  
  8.      /bin/sh             Stephen Bourne's Shell 
  9.      /bin/csh            A shell with a C-like syntax
  10.      /bin/ksh            David Korn's Shell  (default)
  11.      /usr/pkg/bin/bash   GNU's Broken Again SHell
  12.      /usr/pkg/bin/tcsh   BBN TENEX Shell .. Not quite like EXEC
  13.      /usr/pkg/bin/rc     PLAN 9 'Run Commands' Shell
  14.      /usr/pkg/bin/zsh    Paul Falstad's Shell
  15.  
  16.      The best thing to do is read up on the shell using the 'man'
  17.      command.  You can run the shell by just executing it.  When
  18.      you are sure you really want to change to that shell you:
  19.  
  20.      TELNET to 'ol.freeshell.org' to run password/shell maintenance.
  21.  
  22.      Note, you can ssh into 'tty.freeshell.org' to encrypt your
  23.      session before your telnet to 'ol.freeshell.org'
  24.