Chapter 4 Flashcards

1
Q

Wildcard

A

symbol or set of symbols that stands in for other characters

180

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

? wildcard

A

Stands in for a single character

180

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

matches any character or set of characters even if there is no character

180

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

Bracket Values

A

matches any character combination enclosed in the brackets

180

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

What does Display All Files omit?

A

ls files starting with a “.”

181

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

Long Listing

A

ls command with the -l parameter. produces a long listing that includes information such as the file’s permission string, owner, group, size, and creation date

182

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

ls option -F or –classify

A

appends an indicator code to the end of the filename so that you know what type of file it is

182

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

ls file type: /

A

Directory

182

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

ls file type: *

A

Executable

182

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

ls file type: |

A

Named pipe

182

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

ls file type: =

A

Socket

182

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

ls file type: @

A

Symbolic link

182

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

ls option –color

A

produces a color coded listing that differentiates directories, symbolic links, and others

182

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

ls option -R or –recursive

A

causes ls to display directory contents recursively. It displays subdirectories

182

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

tar

A

stands for “tape archiver”

archives data to other media

188

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

tar command

–create -c

A

Creates an archive

188

17
Q

tar command

–concatenate or -A

A

Appends tar files to an archive

188

18
Q

tar command

–append or -r

A

Appends non-tar files to an archive

188

19
Q

tar command

–update or -u

A

Appends files that are newer than those in an archive

188

20
Q

tar command

–diff or –compare or -d

A

Compares an archive to files on a disk

188

21
Q

tar command

–list or -t

A

Lists an archive’s contents

188

22
Q

tar command

–extract or –get or -x

A

Extracts files from an archive

188

23
Q

tar qualifier

–directory dir or C

A

Changes to directory dir before performing operations

188

24
Q

tar qualifier

–file [host:]file or f

A

Uses the file called file on the computer called host as the archive file

188

25
Q

tar qualifier

–listed-incremental file or g

A

Performs an incremental backup or restore, using file as a list of previously archived files

189

26
Q

tar qualifier

–multi-volume or M

A

Creates or extracts a multi-volume archive

189

27
Q

tar qualifier

–preserve-permissions or p

A

Preserves all protection information

189

28
Q

tar qualifier

–absolute-paths or P

A

Retains the leading / on filenames

189