» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 4 » Question 20/20
20.As a system administrator, you are instructed to backup all the users home directories. Which of the following commands would accomplish this?

tar rf usersbkup home/*
tar cf usersbkup home/*
tar cbf usersbkup home/*
tar rvf usersbkup home/*

Explanation

« Question 19