Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Linux Foundation Exam LFCS Topic 5 Question 65 Discussion

Actual exam question for Linux Foundation's LFCS exam
Question #: 65
Topic #: 5
[All LFCS Questions]

Which of the following find commands will print out a list of files owned by root and with the SUID bit set in /usr?

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

Marylou
7 hours ago
I'm not sure, but I think C) find -type suid -username root -d /usr might also be a possible answer. It mentions the type and username we are looking for.
upvoted 0 times
...
Ty
1 days ago
I agree with Junita, A) find /usr -uid 0 -perm +4000 makes the most sense based on the question.
upvoted 0 times
...
Junita
5 days ago
I think the correct answer is A) find /usr -uid 0 -perm +4000 because it specifies the user and permission we are looking for.
upvoted 0 times
...

Save Cancel