101-500 Exam QuestionsBrowse all questions from this exam

101-500 Exam - Question 108


Which of the following commands reads a file and creates separate chunks of a given size from the file's contents?

Show Answer
Correct Answer: D

The 'split' command reads a file and creates separate chunks of a given size from the file's contents. This command is used commonly in Unix/Linux systems to break a large file into smaller pieces, making it easier to manage and transfer.

Discussion

1 comment
Sign in to comment
AmycertOption: D
Feb 9, 2023

split: split a file into pieces