03 - File Management Flashcards

03 - File Management Flashcards

Assessment

Flashcard

Computers

University

Hard

Created by

John Fenner

Used 6+ times

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the command used to move a file?

Back

mv

2.

FLASHCARD QUESTION

Front

Does the rmdir command work only on an empty directory?

Back

True

3.

FLASHCARD QUESTION

Front

What command copies a file to a new location?

Back

cp

4.

FLASHCARD QUESTION

Front

Which wildcard represents zero or more matching characters?

Back

* (asterisk)

5.

FLASHCARD QUESTION

Front

The square brackets [ ] are used to match only a single character in the range.

Back

True

6.

FLASHCARD QUESTION

Front

What is the command used to display file metadata?

Back

stat

7.

FLASHCARD QUESTION

Front

A hard link will create 2 files that share a single inode address.

Back

True

8.

FLASHCARD QUESTION

Front

Which command is used to get files from a Linux archive? Options: tar --extract, tar --get, arch --get, wget

Back

tar --extract