I. Basic commands pwd (print working directory) cd (change directory) ls (list files and directories) mkdir (make new directory) rm (remove files or directories) cp (copy files) mv (move or rename files) II. Advanced commands grep (search for text in files) find (find files based on specific criteria) sort (sort the contents of a file) head (display the first few lines of a file) tail (display t..