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?
ls -l /tmp/user | head -5 /app/unix/dir
ls -l /app/unix/dir | head -5
ls /app/Unix/dir | Head +5
ls /app/unix/dir | head +5