Question: Receiving below message: tar (child): rcd.tgz: Cannot open: Permission denied tar (child): Error is not recoverable: exiting now rcd/ rcd/rc2.d/ rcd/rc2.d/TWO rcd/rc3.d/ rcd/rc3.d/three rcd/rc4.d/ rcd/rc4.d/four

Receiving below message: tar (child): rcd.tgz: Cannot open: Permission denied tar (child): Error is not recoverable: exiting now rcd/ rcd/rc2.d/ rcd/rc2.d/TWO rcd/rc3.d/ rcd/rc3.d/three rcd/rc4.d/ rcd/rc4.d/four rcd/this_is_not_rc7.d rcd/rc5.d/ rcd/rc6.d/ rcd/rc1.d/ rcd/rc1.d/one rcd/another_directory/ rcd/a_file rcd/rc0.d/ rcd/rc0.d/zero rcd/rcS.d/


Receiving error:
-bash: report.txt: Permission denied
3. Write a complete command using "tar" to create an archive from "rcd" directory. Do NOT use compression. Put the archive in "tmp", name it using your Net ID. What is the size of your created "tar" file? tar -cuzf rcd.tgz d These questions deal with the file "access log" in /home uizbao/CYBR3350/HW4. This file is a capture of the HTTP accesses for this machine for a period of a year or so. Each line is for an access record like: 199.21.99 108-[14/Dec/2015:09:10:49-0600] "GET robots.oxt HTTP/1.1" 404 1012 "-" "Mozilla/5.0 (compatible; XandexBot/3.0; +http://yandex.com/bots)" Such a record shows at 14/Dec 2015:09:10:49 a request from 199.21.99.108 GET the file /robots.txt using protocol HTTP/1.1 but the server responded with 404 (not found) Part of each log entry includes the files that were accessed on the web server. For example, "favicon ico is one. Write a complete command that will tell me the unique files that have been 6. accessed. How many unique files did you find? Note: "ns" is identical to ns find -type f-atime-7-exec> report.txt cat report.txt unial- 1S 1 3. Write a complete command using "tar" to create an archive from "rcd" directory. Do NOT use compression. Put the archive in "tmp", name it using your Net ID. What is the size of your created "tar" file? tar -cuzf rcd.tgz d These questions deal with the file "access log" in /home uizbao/CYBR3350/HW4. This file is a capture of the HTTP accesses for this machine for a period of a year or so. Each line is for an access record like: 199.21.99 108-[14/Dec/2015:09:10:49-0600] "GET robots.oxt HTTP/1.1" 404 1012 "-" "Mozilla/5.0 (compatible; XandexBot/3.0; +http://yandex.com/bots)" Such a record shows at 14/Dec 2015:09:10:49 a request from 199.21.99.108 GET the file /robots.txt using protocol HTTP/1.1 but the server responded with 404 (not found) Part of each log entry includes the files that were accessed on the web server. For example, "favicon ico is one. Write a complete command that will tell me the unique files that have been 6. accessed. How many unique files did you find? Note: "ns" is identical to ns find -type f-atime-7-exec> report.txt cat report.txt unial- 1S 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
