Introduction
In this challenge, you will create compressed tar archives of the /home
directory using both gzip and bzip2 compression methods, and then extract them. This skill is essential for system administrators who need to efficiently backup and transfer large amounts of data.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
linux(("`Linux`")) -.-> linux/CompressionandArchivingGroup(["`Compression and Archiving`"])
linux/CompressionandArchivingGroup -.-> linux/tar("`Archiving`")
subgraph Lab Skills
linux/tar -.-> lab-389288{{"`Creating and Extracting Compressed Tar Archives`"}}
end