Király Péterné 14-87 kiraly@sunserv.kfki.hu Kőrösi Magdolna 18-09 korosi@sunserv.kfki.hu Szalay Katalin 18-09 szalay@sunserv.kfki.hu
We need the following information to create an account:
$ passwd
The passwords "age" and after every 90 days you have to change your password by this command. The system warns you 10 days before the expiration date of the password.
If you forgot your password then the colleagues mentioned above can help you to give a new one.
$ quota -v
which responds in the form
filesystem usage quota limit timeleft files quota limit timeleft
The entries are as follows:
Please do not forget that a program you run may try to use or reserve disk space even if it is not permitted because you have completely used up your disk quota. In such cases the program will simply fail -- check your disk quota regularly and delete the files not needed any more!!!
Default directory
Together with the user account we create the default (home) directory of the user, too, which is under the directory representing the user's organization unit. The environment variable HOME contains the name of the default directory of the user, which can be printed out to the screen by typing
$ echo \$HOME
Primary group
Every user is a member of at least one group. The primary group of the user is the group representing the organization unit of the user. The groups have importance at the file and directory access.
Initialization files
The initialization files contain the settings needed to use the system (path, terminal settings, etc.). When a user logs in to the system, the common system initialization files will be executed first then the user's own initialization file(s). The initialization files started by the system depend on the default shell of the user:
Shell System init file(s) User init file(s)
Z /etc/zprofile $HOME/.zprofile /etc/zshenv $HOME/.zshrc /etc/local/env.sh /etc/local/login.sh /etc/zshrc Enhanced C /etc/csh.login $HOME/.login /etc/csh.cshrc $HOME/.cshrc /etc/local/env.csh /etc/local/login.csh /etc/tcshrc Bash /etc/profile $HOME/.profile /etc/zshenv $HOME/.bashrc /etc/local/env.sh /etc/local/login.sh /etc/bashrc
The system initialization files contain all the settings needed to run the softwares installed on our computer and we maintain them when installing new softwares or changing the system. The environment variables can be listed out by the command
$ env
$ telnet sunserv
or the appropriate command according to the operating system (e.g. tn sunserv).
After answering with the appropriate username and password the login procedure lists out the files executed automatically and a list of the local news entered into the system since the last logging in (or No News if there is none). The local news can be read by the command newsn
$ newsn
You can read any news anytime by the command newsnn
$ newsnn
(The local news is not equivalent to the NetNews (or Usenet) network service.)
Log out simply by the command exit
$ exit
The users can freely use the public X terminals in room 16 of building XIV.
$ man man
$ man f77
Do not forget the case-sensitivity: ls, Ls, lS or LS are different in UNIX.
The list of all the installed softwares, the hardware configuration or this file can be read anytime by the command newsnn (Software.Map, Hardware.Map, Getting.Started).
Starting gopher
$ gopher
under the menu called Computer Services, a Unix-course can be found for beginners in Hungarian.
Please read the chapter on security carefully, and follow the guidelines written there! The most important condition of having an account on sunserv is that you keep the security rules!
Kadlecsik József 11-84 kadlec@sunserv.kfki.hu Király Péterné 14-87 kiraly@sunserv.kfki.hu Kőrösi Magdolna 18-09 korosi@sunserv.kfki.hu Szalay Katalin 18-09 szalay@sunserv.kfki.hu
Shells
Z zsh Enhanced C tcsh Bash bash
Editors
vi vi Joe's Own Editor joe Emacs emacs XView editor textedit
Compilers
C cc C++ CC Fortran77 f77 Pascal pc GNU C gcc GNU C++ g++
Computer Algebra
Mathematica 2.2 math, mathbook Reduce 3.5 reduce
Document preparation system
TeX (ArborTeX 1.9) tex, latex, amstex dvips, xpreview
Network softwares
TCP-IP telnet, ftp X.25 pad E-mail mailx, pine, mailtool
Information systems
Gopher gopher, xgopher Network News nn, trn, xrn
Local information service
News newsn, newsnn, news GNU softwares gzip, gunzip, ... CERN Library paw
Kadlecsik József