Question 1
Which command would you use to start editing a file with Nano?
Question 2
How can you serve files over HTTP using Python?
Question 3
Which command is used to schedule recurring tasks?
Question 4
What command allows you to secure file transfers over SSH?
Question 5
What command adds a new software source to your system?
Question 6
Which Vim feature is particularly useful for developers?
Question 7
What is the primary method to send a process to the background?
Question 8
Which command provides an interactive method to start/stop system services?
Question 9
Which crontab field specifies the hour a task should run?
Question 10
What signal does `kill` send by default to terminate a process?
Question 11
Which command would you use to view real-time process statistics?
Question 12
What command lists all processes currently running for the user?
Question 13
Where are system log files typically stored?
Question 14
How do you bring a background process back to the foreground?
Question 15
To immediately stop a process, which `kill` signal is used?