59.4k views
0 votes
What does the command find / -xdev -nouser do?

A) Search for files owned by the current user
B) Search for files with no associated group
C) Search for files with no associated user
D) Search for files within the current directory only

1 Answer

5 votes

Final answer:

The command 'find / -xdev -nouser' is used to search for files with no associated user. It starts the search from the root directory and excludes mounted file systems.

Step-by-step explanation:

The command find / -xdev -nouser is used to search for files with no associated user. This means that it will look for files that have been detached from their owner, typically when a user account is deleted. The / specifies that the search should start from the root directory and -xdev restricts the search to the current file system, excluding any mounted file systems.

User Harwalan
by
8.9k points

No related questions found