find the folder in linux code example
Example 1: find folder linux
find / -type d -name 'folder_name'
Example 2: linux find directores
find -type d -iname $name
Example 3: search a folder in linux
$ locate --basename '\pkg'
find / -type d -name 'folder_name'
find -type d -iname $name
$ locate --basename '\pkg'