Penguin

Differences between version 3 and previous revision of ShellNotes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Wednesday, May 30, 2007 1:21:09 pm by BenStaz Revert
Older page: version 2 Last edited on Wednesday, May 30, 2007 1:14:10 pm by BenStaz Revert
@@ -1,5 +1,9 @@
 A shell, also called "the command line", provides the traditional user interface for the Unix operating system and for Unix-like systems. Users direct the operation of the computer by entering command input as text for a shell to execute. 
+  
+!!Which Shell am I Using?  
+  
+* echo $SHELL  
  
 !!Change A Users Login Shell 
  
 Note : A normal user can only change their own login shell, whereas the super user can change the login shell for any user account.