IBM
C4040-221 · Question #70
Which command will read a volume group backup stored at/dev/cd1 and restore the /myapp/app.c file to the /data/testcode directory?
The correct answer is A. restorevgfiles -f /dev/cd1 -s -d /data/testcode ./myapp/app.c. See the full explanation below for the reasoning.
Question
Which command will read a volume group backup stored at/dev/cd1 and restore the /myapp/app.c file to the /data/testcode directory?
Options
- Arestorevgfiles -f /dev/cd1 -s -d /data/testcode ./myapp/app.c
- Brestvg -d /dev/cd1 -s -f /data/testcode./myapp/app.c
- Crestore -Tqvf/dev/cd1 -s -d /data/testcode ./myapp/app.c
- Dlistvgbackup -restore /dev/cd1 -s -f/data/testcode ./myapp/app.c
How the community answered
(37 responses)- A81% (30)
- B11% (4)
- C3% (1)
- D5% (2)
Community Discussion
No community discussion yet for this question.