Often we need to know the description of our folder and file on terminal that can be do by using ls -l this will display something like – ls -l filename_backup.tar -rw-rw-r-- 1 User_name User_name 7792640 Feb 21 01:30 filename_backup.tar where 1). -rw-rw-r– ==> is the permission for this...