Which of the following options is used on a compressed target tile in Linux?
Answers
Answered by
1
Explanation:
Open the terminal app in Linux.
Compress an entire directory by running tar -zcvf file. tar. gz /path/to/dir/ command in Linux.
Compress a single file by running tar -zcvf file. tar. ...
Compress multiple directories file by running tar -zcvf file. tar.
Similar questions