Monday, April 26

Which of the following commands creates an archive file work.tar from the contents of the directory ./work/?

A. tar --new work.tar ./work/
B. tar ""cf work.tar ./work/
C. tar ""create work.tgz ""content ./work/
D. tar work.tar < ./work/
E. tar work > work.tar


No comments:

Post a Comment