What is the command to untar the file file.tar with file permission in Linux?
Answers
Answered by
0
tar -xvf file.tar
Similar questions