UNIX Basics 1 Flashcards
What are the main characteristics used to define the UNIX operating system? Define each.
Command-Line Based, Multi-User, and Multitasking
Which UNIX server is used to program?
linprog
Which UNIX server is not linprog and what is it used for?
shell; used for shell scripting
What is the core of the operating system? What does it do?
The UNIX Kernel is the brain connecting the hardware to the shell.
Which part of the operating system does the user interact with?
The UNIX Shell is what the user depends on to interact with the servers and the kernel.
What are the main terms in the UNIX environment? Define each.
File, Directory, Program, and Process
What are the two devices that allow the user to edit the output of a command? Define each.
Options are usually used to specify the information you the command with output. Arguments are inputs to the UNIX command like the filename of the file to open.