Which of the following command you can use to list the first five records of a directory location say /app/unix/dir when your current location is /tmp/user?

  1. ls -l /tmp/user | head -5 /app/unix/dir

  2. ls -l /app/unix/dir | head -5

  3. ls /app/Unix/dir | Head +5

  4. ls /app/unix/dir | head +5


Correct Option: B

Find more quizzes: