Valid XK0-005 Dumps shared by EduDump.com for Helping Passing XK0-005 Exam! EduDump.com now offer the newest XK0-005 exam dumps, the EduDump.com XK0-005 exam questions have been updated and answers have been corrected get the newest EduDump.com XK0-005 dumps with Test Engine here:
A junior systems administrator is scanning archive.tar files with an antivirus scanner. The administrator is given the following tasks: - List all files that are in the archive.tar files. - Extract all files from the archive.tar files. Which of the following actions should be performed to meet these requirements? (Choose two.)
Correct Answer: A,B
Listing Tar Archives When used with the --list (-t) option, the tar command lists the content of a tar archive without extracting it. $ tar -tf archive.tar Extracting Tar Archive Most of the archived files in Linux are archived and compressed using a tar or tar.gz format. Knowing how to extract these files from the command line is important. $ tar -xf archive.tar https://linuxize.com/post/how-to-create-and-extract-archives-using-the-tar-command-in-linux/