find a directory in linux terminal code example
Example 1: find folder linux
find / -type d -name 'folder_name'
Example 2: linux find directores
find -type d -iname $name
find / -type d -name 'folder_name'
find -type d -iname $name