[Ubuntu] Search directory with the command terminal

Sometimes we need to search for files or folders with terminal. Example her look in the directory folder sharexp nguyenvanquan7826:

find /home/nguyenvanquan7826 -name sharexp -type d

If you want to search the entire computer, use:

find / -name sharexp -type d