Changing a users default shell

From Tech-Wiki
Revision as of 08:14, 28 September 2011 by Linogenco (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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:

  1. Enter the Expert mode.
  2. chsh -s /bin/bash <username>


To revert back to the standard shell use the following stpes:

  1. Enter the Expert mode.
  2. chsh -s /bin/cpshell <username>