|
Lines 336-350
Link Here
|
| 336 |
<title>Changing your shell</title> |
336 |
<title>Changing your shell</title> |
| 337 |
|
337 |
|
| 338 |
<para>The easiest way to change your shell is to use the |
338 |
<para>The easiest way to change your shell is to use the |
| 339 |
<command>chsh</command>. Running <command>chsh</command> will |
339 |
<command>chsh</command> command. Running <command>chsh</command> will |
| 340 |
place you into the editor that is in your <envar>EDITOR</envar> |
340 |
place you into the editor that is in your <envar>EDITOR</envar> |
| 341 |
environment variable; if it is not set, you will be placed in |
341 |
environment variable; if it is not set, you will be placed in |
| 342 |
<command>vi</command>. Change the “Shell:” line |
342 |
<command>vi</command>. Change the “Shell:” line |
| 343 |
accordingly.</para> |
343 |
accordingly.</para> |
| 344 |
|
344 |
|
| 345 |
<para>You can also give <command>chsh</command> the |
345 |
<para>You can also give <command>chsh</command> the |
| 346 |
<option>-s</option> option; this will set the shell for you |
346 |
<option>-s</option> option; this will set your shell for you, |
| 347 |
without having to enter the editor. For example, if you wanted to |
347 |
without requiring you to enter an editor. |
|
|
348 |
For example, if you wanted to |
| 348 |
change your shell to bash, the following should do the |
349 |
change your shell to bash, the following should do the |
| 349 |
trick:</para> |
350 |
trick:</para> |