Difference between revisions of "Account Management"
From LUDD - Luleå Academic Computer Society
(→Changing your shell) |
(→Changing your password) |
||
Line 3: | Line 3: | ||
==Changing your password== | ==Changing your password== | ||
− | Change your password by logging into ''' | + | Change your password by logging into '''luminous''' ( See [[SSH|Connecting to LUDD's servers]]) and issuing the following command: |
<pre>passwd</pre> | <pre>passwd</pre> |
Revision as of 16:08, 2 February 2017
This page explains how to manage the basics of your account
Changing your password
Change your password by logging into luminous ( See Connecting to LUDD's servers) and issuing the following command:
passwd
You will be prompted for your old password, and asked to confirm your new one.
Changing your shell
Shell can be changed from https://cortex.ludd.ltu.se/index2.php
Forwarding your mail
Log in to any of our servers ( See Connecting to LUDD's servers) and run the following commands:
cd ~ echo "[mail-address]" > .forward
where [mail-address] is the mailaddress you want to forward TO.
For example, if I want to forward mail to the address bogus@bogusville.com, I would have run
cd ~ echo "bogus@bogusville.com" > .forward