Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

_____The UNIX command in the C shell that will display the list of history event

ID: 3695502 • Letter: #

Question

_____The UNIX command in the C shell that will display the list of history events

or a command history.

            a. alias              b. history          c. printenv         d. listenv

_____The UNIX command to display the last part of a file. By default will display the

last 10 lines of the file.

            a. head               b. file                c. tail                d. ls

_____The UNIX command to move or rename a file.

            a. awk               b. mkdir            c. move             d. mv

_____The UNIX command to make a link or a pointer to a file.

            a. make              b. ln                  c. link               d. mv

_____The UNIX command that allows you to submit a list of jobs to run at a regularly scheduled time.

            a. crontab           b. crond             c. tar                 d. sched

_____The UNIX command that can store or retrieve files from an archive file. Often referred to

as the tape archive command and can be used to backup files.

            a. stty                b. store              c. tar                 d. make

Explanation / Answer

1) history command displays the command history in the c shell.
Therefore, answer is b. history

2)The tail command of unix displays the last ten lines of file by default.
Therefore, answer is c.tail

3)The unix command mv is used to move or rename files
Therefore, answer is d.mv

4)The unix command ln is used to make link or pointer to file.
Therefore, answer is b. ln

5) The unix command crontab is used to run a table of jobs to run at a regularly scheduled time.
Therefore, answer is a.crontab

6) The unix command tar (tape archive) can store files to an archive file and retrive files from archive.
Therefore, answer is c.tar