You will be issued a token along with an inital PIN. You will have to change your PIN at first login. Please follow the steps below from a workstation safe from shoulder surfing.
man sudo
)
sudo -l
.
sudo
, you can run commands as root
by prefixing them with sudo
. If you want su/[s]suw
like functionality, type something like sudo /xhbin/tcsh
.
sudo -k
(as yourself) when you are done with tasks that require root.
In later sessions, simply prefix your command with sudo
. When prompted for a password, type in your PIN followed by the characters displayed on the token (after pushing the button). The token with shut-off automatically after 30 seconds.
-- JasonTestart - 17 Aug 2006