Which statement about users and user groups is correct?
Correct Answer:D
Which one of the following is true about Open Source software?
Correct Answer:B
What are the three sets of permissions for a file?
Correct Answer:A
The script, script.sh, consists of the following lines:
#!/bin/bash echo $2 $1
Which output will appear if the command, ./script.sh test1 test2, is entered?
Correct Answer:B
Which of the following commands will create an archive file, named backup.tar, containing all the files from the directory /home?
Correct Answer:E