The ZFS configuration on your server is: Pool1 6.67G 31K /pool Pool1/data 31K 31K /data Select the three commands that you would use to 1. Create, 2. List, and 3. Delete a snapshot of the /data file system.
Suggested Answer:ADE🗳️
A: Snapshots are created by using the zfs snapshot command, which takes as its only argument the name of the snapshot to create. D: You can list snapshots as follows: # zfs list -t snapshot E: Snapshots are destroyed by using the zfs destroy command. For example: # zfs destroy tank/home/ahrens@now
ACE , the answer D seems incorrect , -t must chnage to -r , otherwise the command got error
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.
markwu01
7 months, 4 weeks ago