LPIC-1 Exam 101 (Linux Administrator) — Question 29

What is the default action of the split command on an input file?

Answer options

Correct answer: B

Explanation

The correct answer is B because the split command by default splits a file into pieces containing 1,000 lines each. Options A and C incorrectly state the size in bytes or kilobytes, and option D misrepresents the splitting criteria, which is based on line count rather than a percentage of size.