LPIC-1 Exam 101 v5 (Linux Administrator) — Question 107
Which of the following commands reads a file and creates separate chunks of a given size from the file's contents?
Answer options
- A. ar
- B. cat
- C. break
- D. split
- E. parted
Correct answer: D
Explanation
The correct answer is D, 'split', as it is specifically designed to divide files into smaller parts based on the specified size. Options A (ar) and B (cat) do not provide functionalities for chunking files, while C (break) is unrelated to file handling, and E (parted) is focused on partition management rather than file content manipulation.