Lab 7-8: Customize or Write Simple Scripts: Linux installation and configuration
Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!
What is the extension of a shell script?
.sh
You can use the ______ loop to check for a condition and perform a task.
if
Which are two methods to execute a shell script named plab.sh? [Choose two.]
bash plab.sh ./plab.sh
Which of the following executes a list of commands repeatedly till the specified condition is reached?
while
Which command should you enter to save and exit a file that is opened in the vi editor?
wq