NEW
Font size
WorksheetsLinux 1th month
Total questions: 15
Worksheet time: 8mins
What is the main goal of Cybersecurity?
To make computers run faster
To protect the confidentiality, integrity, and availability of data
To create new software applications
To design computer hardware
What makes Linux different from Windows?
Linux can only run on old computers
Linux is open-source and highly customizable
Linux doesn't need a monitor to work
Linux automatically protects against all viruses
Which feature of Linux is most valuable for security professionals?
Built-in games and entertainment apps
Colorful desktop themes
Command-line control and security tools
Automatic updates every hour
If you type 'ls -la' instead of just 'ls', what extra information do you get?
File colors and icons
Hidden files and detailed permissions
File download speeds
The file's creation date only
What happens if you type 'cd ..' in Linux?
It closes the current directory
It moves up one directory level
It creates a new folder called "dots"
It shows two copies of everything
What does the 'pwd' command show you?
Your password
The current working directory path
A list of programs
The computer's power status
Which command creates a new folder in Linux?
create folder
new_folder
mkdir
addfolder
Which command is used to delete a file in Linux?
delete
remove
rm
erase
Which command moves or renames a file?
move
mv
transfer
shift
What command is used to change a user's password in Linux?
changepass
newpass
passwd
password
In Linux file permissions, what does 'r' stand for?
Run
Remove
Read
Rename
What command is used to install programs in Ubuntu/Debian Linux?
apt install
download
get_program
install.exe
Which command shows currently running processes?
programs
running
ps
show
What command tests if you can reach a website or server?
test
ping
connect
reach
What symbol starts a Bash script file?
#!/bin/bash
<script>
@echo
//start
