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'
精彩评论