RIT
Systems and Technologies

Digital UNIX Concepts

Issuing commands and changing the environment are two important concepts in the Digital UNIX operating system. Commands tell the operating system what to do. The environment settings control how you will view the results. To learn more about Digital UNIX itself, refer to Digital UNIX overview.

When you are logged in to Digital UNIX, you are working in a program called the shell. The shell accepts your commands at the shell prompt. The commands you type are then interpreted and carried out by the shell.

There is more than one type of shell available; by default, your account uses the C shell. The C shell prompt is a percent sign (%). The first word you type after the shell prompt should always be a Digital UNIX command. When you press, the shell accepts, interprets, and executes your command.

Many commands are followed by optional arguments. Arguments can modify a command through:

Digital UNIX can multi-task, or work on more than one command at the same time. Each command becomes a process that can run in the foreground or background. When you enter a command as a foreground process, Digital UNIX carries out the command before returning to the shell prompt. When you enter a command as a background process, the shell prompt appears before the command is completed. This lets you continue to work by entering more commands. After you have started processes, you can use other commands to manage them.


Why should I use Digital UNIX concepts?

To interact with Digital UNIX, you should know some basic concepts. Once you understand these concepts, you will know how to issue commands and set up your environment. This lets you effectively manage files and information in your Digital UNIX account.


How do I get help with Digital UNIX concepts?

How do I use Digital UNIX concepts?