find folder centos code example
Example 1: terminal how to find a directory
find . -type d | grep DIRNAME
Example 2: linux find directores
find -type d -iname $name
Example 3: find folder in centos 8
find / -type d -name "apt"
sudo find / -type d -name "apt"