| SIUC Home | Campus Index A-Z | Apply Now | People Finder | Jobs | Webmail |

Department
Home, Overview, Contact, Facilities...

People
Faculty, Staff

Programs
Undergraduate, Graduate, Courses

Students
Course Materials, Course Schedules, Scholarships, Senior Projects

Research
Activities, Grants

Opportunities

Utilities
Webmail, Downloads

CS User Account

Account Quotas

  • Your CS network storage is mounted as M: drive under Windows and as home directory under Linux.
  • Here is the current CS account quota:
  •   Linux Windows
    Graduate Students (Doctoral) 600MB 300MB
    Graduate Students (Master) 300MB 300MB
    Undergraduate Students 200MB 300MB
    Class Accounts (siucsXXX) 50MB 100MB
  • To check you current quota usage:
    • Windows: open My Computer and click on M: drive to see the usage.
    • Linux: in a terminal, run quota -v loginID to see the usage.
  • To prevent data lost and account lock-out, you should check your account quota regularly.
  • Use Your CS Account

  • There are two Linux servers (PC00 and PC01) that allow CS students 24/7 SSH and SFTP remote access regardless on-campus or off-campus. You can use ssh client or sftp client with your Linux account to remote access those two servers.
  • On-Campus
    • You can access all computers in CS Labs (except Hands-on Lab) with your CS account. Free printing service is provided in each computer in CS Labs for CS students.
    • Except Hands-on Lab, each computer in CS Labs are Window/Linux dual-bootable. Remember to use your Window account password for Window OS and Linux account password for Linux OS.
  • Off-Campus
    • Besides PC00 and PC01 servers, you need to install and run CISCO VPN client in order to use other CS facilities like mySQL/Oracle database or dynamic web programming (in CSLAB server). For more details on CISCO VPN client, please visit SIUC Wireless.
  • Access your CS Email Account

  • Since SIUC provides students campus wide email accounts, currently CS email accounts are created only for CS faculties, staffs, and doctoral students.
  • You can access your CS emails from CS Webmail.
  • You can also refer to this tutorial on how to setup email clients to receive CS emails.
  • Your emails is saved under Maildir folder in your Linux home directory. It is very important for you not exceed quota limit. Otherwise, you won't be able to receive new emails.
  • Create Your Own Website and Run CGI/PHP Scripts

  • How to post your webpage
    • Log on to a Linux computer or SSH to PC00 or PC01.
    • In a terminal, make sure there is a directory called public_html under your home directory.
      • ls -l ~
    • If not, create the directory with this command "mkdir ~/public_html" (without "").
    • In a terminal, use following two commands to make sure the permission of your home directory and public_html folder are correct.
      • chmod o+x public_html
      • chmod o+x /home/your_login_id
    • Put your index.html and other website files under the public_html directory you just created.
    • Use a browser like Firefox or Internet Explorer to open your webpage. The URL is: http://www.cs.siu.edu/~your_login_id/
    • Dreamweaver, FrontPage, SharePoint tutorials
  • How to run your cgi scripts
    • Refer to How to post your webpage above and make sure you follow all steps.
    • Create a directory called cgi-bin under your public_html directory.
    • Change the permission of the cgi-bin directory to others readable and executable.
      • chmod o+rx ~/public_html/cgi-bin
    • Put your cgi file under the cgi-bin directory and change permission of the cgi file others readable and executable.
      • chmod o+rx ~/public_html/your_cgi_file_name.cgi
    • Now you can run your cgi program by accessing http://lab.cs.siu.edu/~your_login_id/cgi-bin/your_cgi_file_name.cgi
  • How to run your php scripts
    • Refer to How to post your webpage above and make sure you follow all steps.
    • Put your file.php under the public_html directory.
    • Change the permission of the file.php to others readable.
      • chmod o+r ~/public_html/file.php
    • Now you can run your php script by accessing http://cslab.cs.siu.edu/~your_login_id/file.php
  • Account Policy

  • CS Account
    • CS Departmental computer accounts will be issued to undergraduate who completes 200-level courses and graduate students majoring in Computer Science. These accounts remain active as long as the account holder has a declared major of Computer Science.
  • Non-CS Account
    • Accounts will also be issued to students enrolled in Computer Science courses which require access to the department's computing facilities. These accounts remain active for only one semester or until the account holder is no longer enrolled (registered) for the course. The login ID for these accounts will be of the form siucs###. These accounts are to be used exclusively for assigned Computer Science course work. Other use of these accounts may result in the account being disabled.
  • All Account Holders
  •  

    Webmaster - EOE Link - Privacy Policy     Last Update: June 2009