Want to pass your Linux Essentials Certificate Exam, version 1.5 010-150 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Which commands will archive /home and its content to /mnt/backup? (Choose TWO correct answers.)
A. cp -ar /home /mnt/backup
B. mv /home /mnt/backup
C. sync -r /home /mnt/backup
D. tar -cf /mnt/backup/archive.tar /home
E. copy -r /home /mnt/backup
Which of the following statements may be used to access the second command line argument to a script?
A. "$ARG2"
B. $1
C. "$2"
D. "$1"
E. '$2'
Which network interface always exists in a Linux system?
A. lo
B. sit0
C. wlan0
D. vlan0
E. eth0