The command to print the current directory in the shell
cd
ls
pwd
ls -l
Make the file meow.txt
touch meow.txt
nano meow.txt
cd meow.txt
mkdir meow.txt
Is the command rm ~/Desktop/woo_hoo is correct to delete the ~/Desktop/woo_hoo file?
Yes
No
Create the files file1, file2, and file3 in the ~/Desktop/cq directory.
cd ~/Desktop/cq/ touch file1 file2 file3
touch ~/Desktop/cq/file1 file2 file3
cd ~/Desktop/cq/ touch file1 touch file2 touch file3
None of the above
Change from the ~/Desktop/hey_hey directory back to the ~/Desktop directory
cd ../
cd ~/Desktop
cd
cd ../../
Is $HOME/Desktop/ an absolute or relative path?
An absolute path
A relative path
Is following command correct to remove read, write, and execute permissions from the "song" directory for the file owner? chmod u-rwx song
Yes
No
What is the command to download http://example.com/file.iso file from the Internet?
wget http://example.com/file.iso
curl -O http://example.com/file.iso
git clone http://example.com/file.iso
None of the above
Which of the following symbols is used as prefix to access the value of variables in scripting?
#
&
$
>
A comment line in a script begins with
&
#
$
>
0
{"name":"BVG-7003 - Quiz #1", "url":"https://www.quiz-maker.com/QIU2DTJQ3","txt":"Email:, Which command we use to create a directory?, The command to print the current directory in the shell","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}