chapter 6 Flashcards

1
Q

UNIX was originally an operating system developed at _______

A

AT&T Bell Labs

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

UNIX is now both a trademark and a specification, owned by an industry consortium called the

A

Open Group.

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

Linux started out in 1991 as a hobby project by

A

Linus Torvalds

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

Most of the tools that are part of the Linux system come from these

A

GNU tools

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

popular linux distrinution

A

red hat and derbian

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

____ help to run linux distribution on android

A

BusyBox

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

Kernels perform

A

pre-emptiev and multitasking

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

_____To find out what is in your home directory,

A

ls (list)

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

______To make a subdirectory in the current directory you are in.

A

mkdir (make directory)

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

______To change the current working directory to another.

A

cd (change directory)

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

_________To find out the pathname of your current directory

A

pwd (print working directory)

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

_______ command used to display the contents of a file on the screen

A

cat (concatenate)

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

creates new files for any file names that are provided as arguments.

A

touch

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

The command ______ moves or renames files

A

mv

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

This command makes a copy

A

cp

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

delete file

A

rm

17
Q

compresses files, so that they take up much less space.

A

gzip

18
Q

uncompress files compressed by gzip

A

Gunzip