Which of the following commands prints all files and directories within the /tmp directory or its subdirectories which are also owned by the user root? (Choose TWO correct answers.)

Last Updated on March 21, 2022 by Admin 2

Which of the following commands prints all files and directories within the /tmp directory or its subdirectories which are also owned by the user root? (Choose TWO correct answers.)

  • find /tmp -uid root -print
  • find -path /tmp -uid root
  • find /tmp -user root -print
  • find /tmp -user root
  • find -path /tmp -user root –print
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments