I wanted to make sure Im matching the correct command to the description, including possible tags I may need and I'd really appreciate if someone could confirm them for me:
- Show file permissions for normal and hidden files in a directory:
ls -l -a - Move files from one directory to another:
mv - Change a file’s permissions:
chmod - Show the absolute path of the directory you’re currently in:
pwd - Looks through the names of files and folders (recursively) for a keyword:
grep - Displays real-time information about processes running on the system:
top - Find the difference between two files (4-letter command):
diff
mancommand will help you with this. For exampleman mv