Prévia do material em texto
ONLY CORRECT ANSWERS : DON’T FLOOD (You can find your answers by clicking “view” on the exam’s panel, only copy and paste the correct ones such that cnrtl + F only forward correct answers.) CORRECT - See Section 8.3.2 Which option(s) can be used to prevent cp from overwriting an existing file? (choose two) -i -n CORRECT - See Section 8.6.1 The command rm -r will... remove a directory along with any files or subdirectories. CORRECT - See Section 8.6 The rm command can delete multiple files at once. True CORRECT - See Section 8.4.1 Which of the following commands can be used to rename a file? mv CORRECT - See Section 8.5 The touch command can be used to: (choose two) Create new files Update the timestamp of existing files CORRECT - See Section 8.2 The main purpose of using glob characters is to be able to provide a list of filenames to a command. True CORRECT - See Section 8.2.1 The asterisk character is used to represent zero or more of any character in a filename. True CORRECT - See Section 8.2.2 Which of these commands will return /etc/gai.conf/etc/pam.conf/etc/ucf.conf? (choose two) echo /etc/???.*f ls /etc/???.???? CORRECT - See Section 8.2.3 Brackets cannot be used to a represent a range of characters. False CORRECT - See Section 8.2.4 Which command would list files that do not begin with a T or a W? echo /etc/[!TW]*