nerdexam
Oracle

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…

Managing Data Storage

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)
  • A
    77% (20)
  • B
    4% (1)
  • D
    15% (4)
  • E
    4% (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

#ZFS snapshot#rpool#recursive snapshot#boot environment

Community Discussion

No community discussion yet for this question.

Full 1Z0-821 Practice