Shell: Difference between revisions

From UMIACS
Jump to navigation Jump to search
No edit summary
 
m (→‎Adding paths: removed link to minor shells)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
===Changing your shell===
You can use our [https://intranet.umiacs.umd.edu/directory/info/ web application] to change your default shell for new access, a specific [[ComputationalResource]] or all your shells in all [[ComputationalResource]]s.
'''Warning:''' Attempting to change your shell by starting a new shell in the initialization files for your current shell can result in issues in services such as sftp
===Adding paths===
Please choose what type of Shell you are using.  You can type the following in a terminal to see what shell you are using,
Please choose what type of Shell you are using.  You can type the following in a terminal to see what shell you are using,


  echo $SHELL
<tt>echo $SHELL</tt>


* [Bash]
* [[Bash]]
* [Tcsh]
* [[Tcsh]]
* sh
* csh
* zsh
* ksh

Latest revision as of 18:02, 21 April 2016

Changing your shell

You can use our web application to change your default shell for new access, a specific ComputationalResource or all your shells in all ComputationalResources.

Warning: Attempting to change your shell by starting a new shell in the initialization files for your current shell can result in issues in services such as sftp

Adding paths

Please choose what type of Shell you are using. You can type the following in a terminal to see what shell you are using,

echo $SHELL