Skip to main content

(*) The system Administrator

On a large system serving hundreds of users, someone has to be given charge of administration of the system. 

This person is known as the system administrator.

The administrator is responsible for the management of the entire setup.

She allocates user accounts, maintains file systems, takes backups,manages disk space and performs several other important functions. She is the person to be contacted in case of a genuine problem.

If you own a workstation or PC that runs some flavor of UNIX, then you are probably its administrator . You are then directly responsible for its startup, shutdown and maintenance.

If you lose a file, it's your job to get it from a backup.

If things don't work properly, you have to try all possible means to set them right before you decide to call a maintenance person.

You can use a UNIX machine only after the administrator has opened an account with a user-id and password for your use.

These authentication parameters are maintained in two separate files on your system.

You can't simply sit down at any terminal and start banging away unless you first log on to the system using a valid user-id-password combination.

The administrator uses a special user-id to log on to the system : it is called ROOT. The root user has near-absolute powers; some programs can only be run from this account----for instance, the program that creates the user account itself.

Comments

Popular posts from this blog

(*) Logging In and Out

The good old dumb terminal connected to the computer's serial port was once the only means of connecting to a UNIX system. Later, the TELNET program became popular for connecting in a network.  For security reasons, the TELNET facility could be disabled on your system and the SECURE SHELL( SSH ) could be the only means of connecting to a remote UNIX box. In that case, UNIX and LINUX users can use the SSH command if available. Windows users may use PUTTY or any of the free SSH programs available on the Net. If you are using a workstation or desktop PC running Linux, then you can log in directly.

(*) The UNIX operating System

There have been many operating systems in the past, one at least from each hardware vendor. They were written in a near-machine language known as ASSEMBLER. The systems were proprietary( relating to an owner or ownership or  (of a product) marketed under and protected by a registered trade name .)  because assembler code developed on one machine wouldn't run on another. Vendors required consumers to purchase expensive proprietary hardware and software if two dissimilar machines needed to talk to each other. Ken Thompson and Dennis Ritchie changed all that forever. They created UNIX . This UNIX operating system marks a strong departure from tradition.It has practically everything an operating system should have, but also introduced a number of concepts previously unknown to the computing community. Beginners with some experience in Windows think of UNIX in terms of it, quite oblivious to the fact that the similarities are only superficial. UNIX is way ahead of othe...