Basic file operations

Basic file operations

University

10 Qs

quiz-placeholder

Similar activities

Cuestionario sobre Linux y Comandos

Cuestionario sobre Linux y Comandos

University

10 Qs

Linux - podstawy + polecenia konsoli

Linux - podstawy + polecenia konsoli

10th Grade - University

15 Qs

UNTIRTA I/O QUIZ WEEK 3

UNTIRTA I/O QUIZ WEEK 3

University

10 Qs

20SSL6097-ICT315

20SSL6097-ICT315

University

10 Qs

Mastering Microsoft OneDrive Basics

Mastering Microsoft OneDrive Basics

12th Grade - University

10 Qs

IT Quiz Bee 2025 - EASY

IT Quiz Bee 2025 - EASY

University

15 Qs

Quiz sobre o Terminal em Bioinformática

Quiz sobre o Terminal em Bioinformática

University

10 Qs

Linux Basics for Beginners

Linux Basics for Beginners

University

15 Qs

Basic file operations

Basic file operations

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Ishini Ranganee

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you copy a file named file5.txt from the Documents directory to the Backup directory?

cp ~/Documents/file1.txt ~/Backup/

ls- list file in directly

cp ~/Documents/file5.txt ~/Backup/

create links to a file

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command would you use to list all files in a directory along with their inode numbers?

ls-a

ls -i

ls -h

ls -f

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you delete a file named temp.txt in the current directory?

de temp.txt

cp temp.txt

rmi temp.txt

rm temp.txt

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you rename a file old_name.txt to new_name.txt in the current directory?

mv old_name.txt old_name.txt

mv new_name.txt new_name.txt

mv old_name.txt new_name.txt

mv 1_name.txt old_name.txt

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you list files in a directory and include indicators for file types

ls -F

cp -F

ls -I

mv -F

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command would you use to list files in a directory with detailed information, including file permissions, and display the sizes in a human-readable format (e.g., 1K, 2M)?

ls -mv

cp -lh

ls -lh

ls -25

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can you use to recursively copy direction?

-a or -R option

only -a option

only -R option

All these answers

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?