Difference between revisions of "Changing a users default shell"
From Tech-Wiki
(Created page with "Category:Check Point To change a users default shell on a SecurePlatform device you will need to change the users shell type in <b>/bin/cpshell</b>. <br /> <br /> The can be...") |
|||
Line 1: | Line 1: | ||
[[Category:Check Point]] | [[Category:Check Point]] | ||
+ | '''[[Check Point#Secure Platform|Back to Secure Platform]]''' | ||
+ | |||
To change a users default shell on a SecurePlatform device you will need to change the users shell type in <b>/bin/cpshell</b>. | To change a users default shell on a SecurePlatform device you will need to change the users shell type in <b>/bin/cpshell</b>. |
Latest revision as of 05:11, 22 July 2016
To change a users default shell on a SecurePlatform device you will need to change the users shell type in /bin/cpshell.
The can be achieved using the following steps:
- Enter the Expert mode.
- chsh -s /bin/bash <username>
To revert back to the standard shell use the following stpes:
- Enter the Expert mode.
- chsh -s /bin/cpshell <username>