Bash Shell Scripting - Basic System - Commands

Bash Shell Scripting - Basic System - Commands

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial covers essential system commands for Linux users, including hostname, ifconfig, free, df, du, uname, ps, top, and accessing CPU information. Each command is explained with its purpose, such as finding system information, checking network interfaces, monitoring memory and disk usage, and real-time system monitoring. The tutorial provides practical examples and tips for using these commands effectively.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to find the computer's hostname?

ifconfig

ps

hostname

uname

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What file contains the loopback IP and hostname entry?

/proc/cpuinfo

/etc/hosts

/etc/hostname

/etc/network/interfaces

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command provides information about network interfaces?

ifconfig

du

df

free

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you display memory usage in a human-readable format?

free -h

df -h

du -s

ps -ef

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to check disk usage in human-readable format?

ps -aux

free -h

du -s

df -h

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command provides real-time system monitoring?

top

uname

df

ps

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command gives detailed information about the CPU?

ifconfig

df

ps

cat /proc/cpuinfo