
Linux2 - Quizz 5 -bash scripting

Quiz
•
Computers
•
1st - 5th Grade
•
Medium

yuri van der List
Used 73+ times
FREE Resource
16 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
How can I print the current system variables?
echo bash
echo $bash
print bash
printf bash
2.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
How can I input data into a shell script in an neat way?
read -p "Enter your age"
read -p "Enter your age" age
read "Enter your age"
read "Enter your age" age
3.
MULTIPLE SELECT QUESTION
1 min • 1 pt
How can I check if an file is readable?
if [[ -r $file ]]; then
echo "File is not readable"
exit 0
fi
if [[ -d $file ]]; then
echo "File is not readable"
exit 0
fi
4.
MULTIPLE SELECT QUESTION
1 min • 1 pt
How to compare if 2 integers (a = 1, b = 2) are equal?
if [a -eq b]
if [a = b]
if [a isequal b]
if [ b equal a]
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
How can I check if a directory exists ?
path = "/tmp/sound"
if [ -d "$path" ];
if [ -r "$path" ];
if [ -e "$path" ];
if [ -w "$path" ];
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Cron at 16:00 on day-of-month 1 in every month from January through December
00 16 1 1-12 /home/frank/BackUpAll.sh; /home/frank/ScpTarBackup.sh
00 04 1 1-12 /home/frank/BackUpAll.sh; /home/frank/ScpTarBackup.sh
16 00 1 1-12 /home/frank/BackUpAll.sh; /home/frank/ScpTarBackup.sh
16 16 1 1-12 /home/frank/BackUpAll.sh; /home/frank/ScpTarBackup.sh
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
How can I edit a cronjob?
crontab -l
crontab -e
crontab
crontab -m
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
Mother's and Father's Parents' Day with You

Quiz
•
1st Grade
11 questions
Internet Safety

Quiz
•
3rd - 6th Grade
18 questions
Ignition Lessons 1-3

Quiz
•
5th - 7th Grade
11 questions
Variables in Scratch

Quiz
•
2nd Grade - University
15 questions
Kuis Analisa Data - Rumus Excel

Quiz
•
5th Grade
15 questions
Cybersafety

Quiz
•
2nd - 8th Grade
11 questions
E-safety

Quiz
•
3rd - 5th Grade
13 questions
Internet safety Tips

Quiz
•
3rd - 5th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade