Which statements are correct regarding distributions?(Choose two)
A. Programs can be installed manually and without a packet manager.
B. Only commercial distributions offer regular security updates.
C. To start a new distribution a Linux International license is needed.
D. Distributions restrict the user to its supported program packages.
E. Program packages of one distribution can be adapted for another.
Which of the following programs is not a graphical web browser?
A. Konqueror
B. Firefox
C. Links
D. Opera
E. Chrome
Which command line can be used to search help files that mention the word "copy"?
A. man -k copy
B. whatis copy
C. man copy
D. copy help
E. copyç’°elp
What command would you use to get comprehensive documentation about any command in Linux?
A. help command
B. echo command
C. locate command
D. man command
E. get command
Which of the following commands will output a list of all of the file names, under your home directory and all subdirectories, which have file names ending with .pdf?
A. search .pdf
B. ls -name -R '*.pdf'
C. find /home/*.pdf
D. find ~ -name '*.pdf'
Which of the following commands increases the number of elements in a directory?(Choose two)
A. touch newfile
B. create newfile
C. ls newfile
D. rmdir newdirectory
E. mkdir newdirectory
Which of the following commands will create an archive file, named backup.tar, containing all the files from the directory /home?
A. tar /home backup.tar
B. tar -cf /home backup.tar
C. tar -xf /home backup.tar
D. tar -xf backup.tar /home
E. tar -cf backup.tar /home
Which of the following filesystems is most commonly used for Linux distributions?
A. HFS+
B. ext4
C. FAT32
D. NTFS
What is the command that will show system boot time messages?
A. dmesg
B. echo
C. lspci
D. display system boot
E. messages
You have a program called /usr/bin/foo. You wish to create a symbolic link, /home/user/foo, that points to it. Which command will do this task?
A. ln -sym /home/user/foo /usr/bin/foo
B. ln -s /usr/bin/foo /home/user/foo
C. ln /home/user/foo /usr/bin/foo
D. ln /usr/bin/foo /home/user/foo
E. ln --symlink /home/user/foo /usr/bin/foo