UNIX Basics 1 Flashcards

1
Q

What are the main characteristics used to define the UNIX operating system? Define each.

A

Command-Line Based, Multi-User, and Multitasking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which UNIX server is used to program?

A

linprog

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which UNIX server is not linprog and what is it used for?

A

shell; used for shell scripting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the core of the operating system? What does it do?

A

The UNIX Kernel is the brain connecting the hardware to the shell.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which part of the operating system does the user interact with?

A

The UNIX Shell is what the user depends on to interact with the servers and the kernel.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the main terms in the UNIX environment? Define each.

A

File, Directory, Program, and Process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the two devices that allow the user to edit the output of a command? Define each.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly