How you run the program Prog1 in the current directory.
Group of answer choices
./Prog1
Prog1
bash Prog1
run Prog1
What Linux command would you use to rename a file?
Group of answer choices
cp
mv
rename
ren
The home for the account pi on your Raspberry Pi computer is /home/pi. How can you change the directory to this directory. Select all that are correct.
Group of answer choices
goto $home
cd /home/pi
cd pi
cd
load pi
cd HOME
cd ~
cd $HOME
What string are you most likely to append to your PATH variable?
Group of answer choices
./ (Current direcotry)
pi (Your account name)
Chuck (Your name)
~/bin/ (a bin directory in your HOME directory)
What is the purpose of the -d argument in the “ls -d *” command?
Group of answer choices
Print out a directory tree
Print out only directories, and not other types of files
Print out the name, and not the contents, of first level directories.
Print out the contents, not the names, of first level directories.