In Linux, the 'tar' command is used for: MCQ with Answer and Explanation

In Linux, the 'tar' command is used for:
A. Copying files
B. Compressing files
C. Archiving files into a single file
D. Deleting files
Answer: Option C
Solution (By JKExamLibrary)
tar (tape archive) creates archive files (.tar) that bundle multiple files; it can also compress with options like -z for gzip.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1 Report Error
Which Linux command is used to display the first few lines of a file?
A. tail
B. head
C. more
D. less

Correct Answer: Option B


Explanation:
head shows the first 10 lines by default; tail shows the last lines.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which tool or key combination is used in Windows to forcefully bring up the direct Windows Security screen options to lock, log off, or launch Task Manager?
A. Ctrl + Shift + Esc
B. Ctrl + Alt + Delete
C. Windows Key + L
D. Alt + F4

Correct Answer: Option B


Explanation:
Pressing Ctrl + Alt + Delete triggers a low-level hardware interrupt that opens the secure Windows options overlay screen.

This question belongs to: Computer Operating Systems
Question #3 Report Error
In Windows, what is the maximum file size limit supported natively by the older FAT32 file system?
A. 16 GB
B. unlimited
C. 2 GB
D. 4 GB

Correct Answer: Option D


Explanation:
The FAT32 file system carries a strict architectural limitation where single individual files cannot exceed 4 GB in size.

This question belongs to: Computer Operating Systems