exam questions

Exam XK0-005 All Questions

View all questions & answers for the XK0-005 exam

Exam XK0-005 topic 1 question 183 discussion

Actual exam question from CompTIA's XK0-005
Question #: 183
Topic #: 1
[All XK0-005 Questions]

Based on the given command:

find /home/user1 -type f -name "*.txt" -size +100M

Which of the following will the command accomplish?

  • A. It finds all the files ending with .txt with a size less than 100MB in /home/user1 directory.
  • B. It finds all the files ending with .txt with a size of 100MB in /home/user1 directory.
  • C. It finds all the directories with .txt files with a size of 100MB in /home folder.
  • D. It finds all the files ending with .txt with a size of over 100MB in /home/user1 directory.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
stonefacegroupie1
5 months, 1 week ago
Selected Answer: D
find /home/user1 -type f -name "*.txt" -size +100M find command is first. The -type field specifies whether it is a file or a directory. -type f means that it is looking for files. The -name field is means that it is looking for files that end .txt. When you see the * that is a wildcard saying anything can come before it. The -size field is denotes the file size which is greater than 100M
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago