Question
QUESTION 2 You have finished your thesis, and want to set the permissions so that it is hard to accidentally delete or overwrite the file.
QUESTION 2
You have finished your thesis, and want to set the permissions so that it is hard to accidentally delete or overwrite the file.
Normally, if you were to type "rm Thesis.txt", it would just delete it without asking. Or, if you moved a file with the same name into the same directory as your original Thesis.txt, it would overwrite it with the new version.
Which command would change the permissions for a file called Thesis.txt so that you are less likely to delete or overwrite it by accident?
a. | chmod a+w Thesis.txt | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
b. | chmod a-w Thesis.txt | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
c. | chmod o-rwx Thesis.txt | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
d. | chmod a+rwx Thesis.txt
QUESTION 5 Which of the following are true statements?
QUESTION 6 Which of the following commands uses sort as a filter?
QUESTION 7 True or False? Unix does not have a graphical user interface, and can only be operated by entering text commands. True False QUESTION 9 Which line of the following output is a symbolic link? Line 1: -rw-r--r-- 1 wbackman staff 640 May 16 2013 docproj_submitting.diff.txt Line 2: lrwxr-xr-x 1 wbackman staff 21 Jan 29 07:54 perf -> /var/log/performance/ Line 3: -rw-r--r-- 1 wbackman staff 29837 Dec 3 15:07 simple-web-request-ipv6.pcap Line 4: -rw-r--r-- 1 wbackman staff 102 Jul 30 2013 start-tftp.sh
QUESTION 10 On debian-based systems, which command will list currently installed software packages?
QUESTION 11 What is the numeric or Octal version of the following permissions for a file? -rw- r-- r-- Or, put a different way: u=rw,g=r,o=r
|
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started