|
About the log in procedure About AuthenticationObjects Using legion_login Checking your log in status |
Other relevant on-line documents:
icon.
Depending on how your system is set up, you may need to set up your access to your system before you can run Legion commands. This will probably involve running a command such as this:
$ . ~LEGION/setup.sh
or
$ source ~LEGION/setup.csh
| About the log in procedure |
| About AuthenticationObjects | altering the AuthenticationObject ![]() |
| Using legion_login | more about legion_login ![]() creating new user ids ![]() |
There are two ways to use the legion_login command.
To log in with the user id bob, enter:
$ legion_login /users/bob Password: xxxx $
Or, you can run legion_loginwith no parameters, if you prefer:
$ legion_login Legion login: /users/bob Password: xxxx $
Notice that in both cases you need to use the full path name (/users/bob). To exit from bob's shell, type exit:
$ exit exit $
Objects created in your shell will be owned by you and only you will be able to use them.
For example, to use legion_login to execute legion_cat on object bob, enter:
$ legion_login /users/nemo -e legion_cat -c /home/nemo/bob Password: xxxx Bob's here. $
| Checking your log in status |
$ legion_whoami /users/nemo $
While logged in, you can change your password and other parameters of your environment. The password may be changed with the legion_passwd command. Note that you must include your user name:
$ legion_passwd /users/nemo New Legion password: xxxx Retype new password: xxxx Password changed. $