Home > Article > Operation and Maintenance > 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!