Unix - Study Mode

[#156] Which of command is used to copy a file?
Correct Answer

(B) cp

[#157] The special shell variable $* is used
Correct Answer

(C) to list the positional parameters

[#158] The cat command is used to
Correct Answer

(B) display a file

[#159] The ls -l command tells
Correct Answer

(D) All of the above

[#160] Which option will be used with disk free command to include the total amount of disk space in the file system?
Correct Answer

(B) -a

Explanation

Solution: The -a option is used with the disk free command ( df ) to include the total amount of disk space in the file system. This option displays all filesystems, including those with a size of zero blocks.