Linux Mock Interview questions – Part 2
Interviewer: How would you extract a tarball file, for instance, “archive.tar.gz,” directly into a specific directory without changing your current working directory? Candidate: To extract a tarball file directly into a specific directory without changing the current working directory, I would use the `-C` option with the `tar` command. The syntax would be: `tar -xzvf […]
Linux Mock Interview questions – Part 2 Read More »