开发者

How to search a directory?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜