Following are some unix commonly asked interview questions Q 1 What is command to check space in Unix Ans : df -k Q 2 If a file has permission 000 then who can access the File Ans : System Administrator .Q 3 What is command to kill last background Job Ans : kill $!Q 4 How you will list all Hidden files Ans : ls -la|grep ^[.] Q 5 What is command to create Zero Byte File Ans : touch filename Q 6 What is difference between diff and cmp command Ans : cmp -It compares...