1Z0-821 · Question #57
Review the information taken from your server: Which option describes the command used to create these snapshots of the root file system?
The correct answer is A. zfs snapshot -r rpool@BEI. zfs snapshot [-r] [-o property=value] ... filesystem@snapname|volume@snapname Creates a snapshot with the given name. All previous modifications by successful system calls to the file system are part of the snapshot. See the "Snapshots" section for details. Recursively create…
Question
Review the information taken from your server:
Which option describes the command used to create these snapshots of the root file system?
Options
- Azfs snapshot -r rpool@BEI
- Bbeadm create -r BE1
- Czfs snapshot -r BE1 rpool
- Dzfs snapshot rpool BEI
- Ezfs snapshot rpool@BEl rpool/ROOT@BEl rpool/ROOT/solaris@BEl \rpool/ROOT/dump@BEI
How the community answered
(26 responses)- A77% (20)
- B4% (1)
- D15% (4)
- E4% (1)
Explanation
zfs snapshot [-r] [-o property=value] ... filesystem@snapname|volume@snapname Creates a snapshot with the given name. All previous modifications by successful system calls to the file system are part of the snapshot. See the "Snapshots" section for details. Recursively create snapshots of all descendent datasets. Snapshots are taken atomically, so that all recursive snapshots correspond to the same moment in time.
Topics
Community Discussion
No community discussion yet for this question.