Type Linux - Ubuntu. I created a directory programmatically using a java application on a Linux web server. I do not know where the directory is, but I know its name. So how to search for it starting from the root directory?
find / -type d -name 'name-of-the-directory'
Source: https://habr.com/ru/post/1369435/More articles:Rate the application on the Android market in the application - androidHow can I get unique characters from a string in Oracle? - sqlrails - ruby-on-railsObject Oriented Programming - When to Add a New Class? - objectWhy does the interface have no constructors or destructors? - constructorCan I use the route restriction here? - asp.net-mvcReading an image from a local folder in Objective-C - objective-cReturns an element from the last array in a multidimensional array in PHP - phpsetup xmpp chat server jQuery mobile web application - jqueryWPF World Editor for my DirectX engine - c ++All Articles