Linux findet Verzeichnis rekursiv mit Namen

find / -type d -name "apt" 
sudo find / -type d -name "apt"
Real Rat