050-720 · Question #127
John works as a Network Administrator for Perfect Solutions Inc. The company has a Linux- based network. John is working as a root user on the Linux operating system. He wants to break a data.txt…
The correct answer is A. cat data.txt.* > data.txt. See the full explanation below for the reasoning.
Question
John works as a Network Administrator for Perfect Solutions Inc. The company has a Linux- based network. John is working as a root user on the Linux operating system. He wants to break a data.txt file, 200MB in size, into two files in which the size of the first file named data.txt.aa should be 150MB and that of the second file named data.txt.ab should be 50MB. To accomplish his task and to further delete the data.txt file, he enters the following command:
split --verbose -b 150m data.txt data.txt. ; rm -vf data.txt Which of the following commands can John use to join the splitted files into a new data.txt file?
Options
- Acat data.txt.* > data.txt
- Bvi data.txt.* > data.txt
- Cvi data.txt.*
- Dless data.txt.* > data.txt
How the community answered
(29 responses)- A76% (22)
- B14% (4)
- C7% (2)
- D3% (1)
Community Discussion
No community discussion yet for this question.