IBM
C4040-227 · Question #107
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
(22 responses)- A77% (17)
- B5% (1)
- C5% (1)
- D14% (3)
Community Discussion
No community discussion yet for this question.