the answer is B. tar -cf work.tar ./work/. The -cf option combines -c option which is to create the tar file, and -f which is the option to name the file. "To create an archive with tar, use the ‘-c’ (“create”) option, and specify the name of the archive file to create with the ‘-f’ option. It’s common practice to use a name with a ‘.tar’ extension, such as ‘my-backup.tar’."
https://training.linuxfoundation.org/blog/how-to-create-and-manage-archive-files-in-linux/
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Jichz
Highly Voted 3 years, 5 months agobeazzlebub
2 years, 5 months agorcarugati
Most Recent 5 months, 1 week agoWOAH_ANNIE
4 months, 2 weeks agoLMo84
10 months agoVovanich
1 year agoPOGActual
1 year, 1 month agolinvidia
1 year, 2 months agoTheITStudent
1 year, 6 months ago