all answers given are wrong. Tested on ubuntu.
~$ find /usr -uid 0 -perm +4000
find: invalid mode ‘+4000’
~$ find -user root +mode +s /usr
find: paths must precede expression: `+mode'
~$ find -type suid -username root -d /usr
find: Must separate multiple arguments to -type using: ','
~$ find /usr -ls \*s\* -u root
find: paths must precede expression: `*s*'
~$ find /usr -suid -perm +4000
find: unknown predicate `-suid'
upvoted 2 times
...
Log in to ExamTopics
Sign in:
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.
Greenmile84
5 months, 3 weeks agomksarav
1 year, 6 months agomksarav
1 year, 6 months ago