Horje
find directory ubuntu Code Example
find directory ubuntu
find / -type d -name "apt" 
sudo find / -type d -name "apt"
navigate to a directory linux
/* File & Directory Commands
To navigate into the root directory, use */ "cd /" /*
To navigate to your home directory, use */ "cd" /*or*/ "cd ~" /*
To navigate up one directory level, use*/ "cd .." /*
To navigate to the previous directory (or back), use */ "cd -"




Shell

Related
how to check the current git user Code Example how to check the current git user Code Example
linux recursively find directory by name Code Example linux recursively find directory by name Code Example
ubuntu open port Code Example ubuntu open port Code Example
uninstall vscode linux Code Example uninstall vscode linux Code Example
linux chown www-data Code Example linux chown www-data Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13