Which command(s) will result in the smallest sized backup of the text files contained in the /staticFS filesystem?()
A、tar -cvf file_system.tar /staticFS ; gzip file_system.tar
B、tar -xvf /staticFS file_system.tar ; gzip file_system.tar
C、tar -cvf /staticFS file_system.tar ; compress file_system.tar
D、tar -xvf file_system.tar /staticFS ; compress file_system.tar
查看答案