Here’s a list of several terminal commands that are perhaps unfamiliar to many new-to-Linux users but could be really handy when used properly. Kill a running application by its name killall [app_name] Display disk space usage: df –h Locate the installation directories of a program: whereis [app] Mount an .iso file: mount /path/to/file.iso /mnt/cdrom [...]





