54.6k views
5 votes
"how would you find out which linux utilities create and work with archive files?"

1 Answer

3 votes

“Tar” in Linux is used for tape archives which many Linux users actually use for to deal with tape archives backup.

For a collection of files / directories, this command “tar” is used to rip into a very standard compressed archive file and that is generally named as “tarball” or “ta” (gzip, bzip)

User Nechelle
by
6.0k points