开发者

How to search a directory?

开发者 https://www.devze.com 2023-03-31 22:56 出处:网络
The Linux type is Ubuntu. I have created programmatically through a java application a directory into a Linux computer webserver. I do not know where the directory is , but I know its name. So how to

The Linux type is Ubuntu. I have created programmatically through a java application a directory into a Linux computer webserver. I do not know where the directory is , but I know its name. So how to search it beginning from the root direct开发者_开发知识库ory ?


find / -type d -name 'name-of-the-directory' 
0

精彩评论

暂无评论...
验证码 换一张
取 消