List of questions
Related questions
Question 53 - XK0-005 discussion
A Linux administrator was tasked with deleting all files and directories with names that are contained in the sobelete.txt file. Which of the following commands will accomplish this task?
A.
xargs -f cat toDelete.txt -rm
B.
rm -d -r -f toDelete.txt
C.
cat toDelete.txt | rm -frd
D.
cat toDelete.txt | xargs rm -rf
Your answer:
0 comments
Sorted by
Leave a comment first