Cyberlium

Linux › Module 2 › Lesson 5

BeginnerModule 2Lesson 5/5

Quiz — Basic Commands

Quiz on navigation, file ops, and text editors

10 min+24 XP10 quiz
Module progress5 of 5

Opening

Basic Commands — Knowledge Check

You practiced pwd/ls/cd/mkdir, ~ versus /, cp/mv/rm/cat/less/head, nano and vim save/quit, and a real tree under ~/cyberlium-lab. These ten APPLY scenarios test what you would type under pressure — not which man-page sentence you memorized.

Knowledge Check

1

APPLY: You SSH into a lab VM. The prompt looks unfamiliar. Before mkdir or rm, what first two commands prevent the most damage?

Multiple choice

Knowledge Check

2

APPLY: You want a nested folder ~/cyberlium-lab/module2 even if cyberlium-lab does not exist yet. Which command matches that intent?

Multiple choice

Knowledge Check

3

APPLY: A teammate cannot see .bashrc in their home listing. They swear the file "is gone." Likely cause?

Multiple choice

Knowledge Check

4

APPLY: You need the first 10 lines of a large log you own in lab, then maybe page through it. Best pair?

Multiple choice

Knowledge Check

5

APPLY: You have notes.txt. You want notes-backup.txt AND to keep editing notes.txt. Which is correct?

Multiple choice

Knowledge Check

6

APPLY: True or False: rm usually moves files into a Trash folder, so rm -rf ~/cyberlium-lab is as reversible as emptying a GUI Recycle Bin later.

True or False

Knowledge Check

7

APPLY: In nano you finished typing. You want the bytes on disk and the editor closed. Sequence?

Multiple choice

Knowledge Check

8

APPLY: vim opened a file. You pressed i, typed, then realized it is the wrong file. How do you leave without writing those keystrokes?

Multiple choice

Knowledge Check

9

APPLY: True or False: cd / and mkdir lab is the recommended way to start the Cyberlium terminal lab because FHS says projects belong next to /etc.

True or False

Knowledge Check

10

APPLY: Your lab tree should keep a working notes.txt and a backup inside archive/. You already cp'd notes.txt to notes-backup.txt in the same folder. Next command?

Multiple choice

← Previous

Answer all 10 knowledge checks to continue. (0/10 answered)