Home  >  Article  >  Operation and Maintenance  >  where is the linux folder

where is the linux folder

藏色散人
藏色散人Original
2020-02-05 09:29:512910browse

where is the linux folder

Where is the linux folder?

Run the following command to find a given folder in your system. To search a folder in Linux we need to use the -type parameter.

# find / -type d -iname "ssh"
/usr/lib/ssh
/usr/lib/go/src/cmd/vendor/golang.org/x/crypto/ssh
/usr/lib/go/pkg/linux_amd64/cmd/vendor/golang.org/x/crypto/ssh
/etc/ssh

Recommended: "Linux Tutorial"

The above is the detailed content of where is the linux folder. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn