You need to restore some files from a file system. The file system was backed up from a snapshot. Which command will correctly restore these files?()
A. fssnap -i B. fssnap -r C. ufsrestore -i D. snaprestore -i
The /export/home file system is running out of space on c0t0d0s7. You added a new disk to the system and it is named c1t1d0. You need to move the /export/home file system to slice 7 on the new disk. Which command is used to move the data from /export/home to the new disk after booting the server to the single-user milestone? ()
A.A B.B C.C D.D
You created a snapshot of the /data2 filesystem as follows: # fssnap -F ufs -o bs=/data2/snap /data2 But, the system responds with the following error: snapshot error: Invalid backing file path What is the problem? ()
A. The /data filesystem does not exist. B. This message indicates that the /data2/snap directory does not exist. C. The name of the Backing Store is incorrect, it should be /dev/fssnap/0 D. This message indicates that you cannot have the backing store file on the same filesystem as the filesystem being snapped.