how-to-find-a-folder-in-linux-using-the-command-line
# find / -type d -name "etc"
OR
$ sudo find / -type d -name "etc"
OR
$ sudo find / -type d -iname "etc"
how-to-find-a-folder-in-linux-using-the-command-line
# find / -type d -name "etc"
OR
$ sudo find / -type d -name "etc"
OR
$ sudo find / -type d -iname "etc"
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)