Prelims Reviewer 3 Operating Systems

Prelims Reviewer 3 Operating Systems

University

29 Qs

quiz-placeholder

Similar activities

Security Engineer Intern

Security Engineer Intern

University

28 Qs

SySFundamentals_mq2

SySFundamentals_mq2

University

30 Qs

Quiz Microsoft Word

Quiz Microsoft Word

9th Grade - University

30 Qs

IT 403 - Quiz 1

IT 403 - Quiz 1

University

25 Qs

Bash Scripts Quiz

Bash Scripts Quiz

University

31 Qs

6-кл каз

6-кл каз

6th Grade - University

32 Qs

450-475

450-475

University

25 Qs

Prelims Reviewer 3 Operating Systems

Prelims Reviewer 3 Operating Systems

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

John Galvez

FREE Resource

29 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

While preparing a server for maintenance, you need to see the kernel version and machine architecture in one line. Which command should you run?

head -n1 /etc/issue

uname -a

whoami

mount

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You sat at a lab PC and want to confirm the exact Linux distribution (e.g., Ubuntu 22.04 LTS). Which command prints that information from the system banner?

date

head -n1 /etc/issue

uptime

man issue

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

After plugging in a USB drive, you need to verify that the filesystem is attached to the OS. Which command lists all mounted filesystems?

ls -al

mount

pwd

find / -name usb

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Before scheduling cron jobs, you want to verify the server’s clock. Which command shows the current system date and time?

date

uptime

whoami

watch -n 5 "date"

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are evaluating server stability and want to know how long it has been running since last boot. Which command do you use?

uptime

ps

tail -F /var/log/syslog

df -h

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You switched users via su and want to confirm your current identity before editing files. Which command prints the active username?

id -u

whoami

users

groups

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Inside a deeply nested directory, you need to display your full path before running a script with relative paths. Which command helps?

pwd

cd ..

ls -lt

whereis .

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?