Shell Locating directory code example
Example 1: linux find directores
find -type d -iname $name
Example 2: find folder in centos 8
find / -type d -name "apt"
sudo find / -type d -name "apt"
find -type d -iname $name
find / -type d -name "apt"
sudo find / -type d -name "apt"