find . -type d -exec chmod xxx {} \; this finds all directories (excluding files) starting at present working directory and recursively changes permissions to xxx.
List installed packages dpkg -l Detailed information on a package, installed or not aptitude show packagename dpkg -s packagename List of files installed by a package dpkg -L packagename Install packa