Redhat: Shells

From Define Wiki
Revision as of 18:13, 20 August 2013 by Michael (talk | contribs) (Created page with "== Shells == The shell is the command line interpreter. Using the right commands, permissions and tools allows the user to administer the system, even when the user isn't th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Shells

The shell is the command line interpreter. Using the right commands, permissions and tools allows the user to administer the system, even when the user isn't there!

Redhats default shell is bash the bourne again shell.

Shell Preinstalled on RHEL

  • bash
  • dash
  • tcsh
  • zsh


Change a users default shell

To change the default shell for a user edit /etc/passwd. The last column of each user defines which shell starts when a user logs in to the system.

michael:x:511:514::/home/michael:/bin/bash