File Commands ⦁ ls --> Directory listing. ⦁ ls -al --> Formatted listing with hidden files. ⦁ ls *.sh --> list all the files having .sh extension. ⦁ ls -i --> list the files and directories with index numbers inodes. ⦁ ls -d */ --> list only director...