tar command create destination directory
Hi guys,
Today I had exam again it was alright but one question I can not find answers on the internet.
When I am extracting a tar file tar is supposed to create destination directory. I could now find any information about it.
Suppose I had a file like backup.tar.gz and I wanted to extract to /home/user/backup which does not exist. I won't be able to use mkdir command to create the directory.
I know if destination exists I can do like.
tar xcfj backup.tar.gz -C /home/user/backup
Thank you.
Comments
-
Hi Coni,
I don't think you can create a directory using tar (if you think so, then look into 'man tar'); you can "tar" and extract and entire directory, and that may extract any directory(ries) it has. But if you want to create a directory you need to do it using mkdir. You can use both commands in the same line, for sure.
Regards,
Luis.
0 -
Hi,
That was what I knew but the question was saying that I had to create the directory by tar command.
By the way, I checked man page I could not find anything.
0 -
Sorry but we do not have access to exam questions so we really can't help. There is a firewall between the courses and the certification team.
0 -
Hi Coni,
I'm taking the exam this week and I have doubts about how it's going to be.
Could you give me some tips?
Most of my concerns are about the number of questions and how they are graded, if you have the possibility to check everything before finish the test, if there's enough time to do it with calm or if it's better to go ahead and answer as fast as we can.
Things like that...
I hope you passed your exam!!
Thanks Coni.
Cheers.
0 -
Yeah, I meant that; if you couldn't find anything about it in the man page, it means the tool can't make it happen, that's all.
Regards,
Luis.
0 -
I stumbled upon this post while i was searching for something else, and after 10 minutes of testing and reading "man tar", i have to say that it is possible.
You have to use "--one-top-level[=DIR]"1 -
Yeah, I did a testcase and this worked! The tar(1) man page is very clear:
--one-top-level[=DIR]
Extract all files into DIR, or, if used without argument, into a subdirectory named by the base name of the archive (minus standard compression suffixes recognizable by --auto-compress).Regards,
Luis.0
Categories
- All Categories
- 178 LFX Mentorship
- 178 LFX Mentorship: Linux Kernel
- 775 Linux Foundation IT Professional Programs
- 384 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 103 Cloud Native Developer IT Professional Program
- 7.7K Training Courses & Learning Paths
- 13 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 35 Cloud & Containers Training
- 3 Cybersecurity Training
- 3 DevOps & Site-Reliability Training
- 2 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 5 System Administration Training
- 1 System Engineering Training
- 6 Web & Application Development Training
- 798 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 92 Storage
- 773 Linux Distributions
- 81 Debian
- 68 Fedora
- 24 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 32 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 472 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 103 Linux Security
- 79 Network Management
- 102 System Management
- 46 Web Management
- 166 Mobile Computing
- 32 Android
- 119 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 407 Off Topic
- 128 Introductions
- 35 Study Material
- 1.1K Programming and Development
- 311 Kernel Development
- 723 Software Development
- 1K Software
- 418 Applications
- 183 Command Line
- 5 Compiling/Installing
- 71 Games
- 320 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)

