Using Ruby
Below are some basics on using Ruby, a SILS Linux server. Your Ruby username is the same as your UNC Onyen, but the password is different. For more information on Linux, search on help.unc.edu.
How do I...
Change my password
When you initially receive your Ruby account you will receive an account password from the SILS Lab. To change your password follow these steps:
- Log in to Ruby
- Type passwd and press Enter.
- You will be prompted once to enter your old password, and then to enter your new password twice.
Change directories
You can change directories by typing the following command at the prompt:
cd directory/subdirectory
If you want to move one directory up in a directory tree type:
cd ..
Create web pages
For details on creating web pages on ruby see Creating Webpages on Ruby or Isis.
