What is the linux command to find a file in any directory?
Answers
Answered by
0
Answer:
You can search for files by name, owner, group, type, permissions, date, and other criteria. Typing the following command at the prompt lists all files found in the current directory. The dot after “find” indicates the current directory. To find files that match a specific pattern, use the -name argument
Answered by
0
Answer:
typing the following command at the prompt lists all files found in the current directory. The dot after “find” indicates the current directory. To find files that match a specific pattern, use the -name argument
Explanation:
Similar questions