Skip to Main Content

Department of Computer Science

Technical Services and Support

Account Management

Computer Science user ID is your University NetID. You must have a University NetID before you can activate a computer science account. Here’s the University’s tool for activating your NetID: https://netid.rutgers.edu

Computer science Linux systems use password that are separate from your University password. You can make them the same, but it is somewhat better from a security point of view if you use different passwords.

  • Activate an account on a Computer Science system. This will let you create an account for Computer Science Department systems. Computer science faculty, majors, grad students, and students enrolled in computer science courses other than 110, 170 and 494 are eligible for accounts.
  • Set or reset your Computer Science password. This will show you a University login screen. So as long as you remember your University password, you set or reset your CS password. If you need more security than a simple password can afford, please see two factor authentication.
  • Group and Guest management. This will you create and manage groups. This is useful for three purposes:
    • Sharing Files: If you want to share files with a group of people, you can create a group that lists the people and then change the permissions of the file so they can access it. For more help with this, see Sharing files.
    • Sponsoring Access: If you are authorized (normally faculty) and want to allow grad students or collaborators to access research or instructional systems, you can create a guest group. For help with this, see Managing your guest users.
    • Control Logins: If you are running your own computer cluster, you can use groups to control what users are allowed to login.
  • Other info. Consider giving us contact information, in case we need to reach you for support reasons.You can set additional information using “ipa user-mod” on any of our systems, e.g. ipa user-mod YourNetID --phone=8485551212, ipa user-mod --help will give a list of what can be set. ipa user-show YourNetID will show your current information. You only need to do this once. The same information applies to all of CS Linux systems. Note: Changing first name, lastname, and GECOS won’t do anything useful, since we reset them to the official University names nightly.
  • Linux Shell. By default, everyone uses the bash shell. To change to tcsh use ipa user-mod YourNetID --shell=/bin/tcsh any of our systems.
  • Two-factor authentication. In case you need more security than a simple password can provide.
  • Integrating your computer into Kerberos . How to set up your computer to use Kerberos. (This is for computers located in computer science department areas. For systems at home, see Working at Home.)
  • Sharing files between systems
  • Technical information on our security and account setup.
  • Cron jobs. For systems that use CS Linux accounts, cron jobs need special attention. If you’re using cron, and you want your jobs to access files in your home directory, you must use kgetcred -r on each host where you’re going to use cron. See man kgetcred for more information.