Linux System Flashcards
(4 cards)
1
Q
What are namespaces and how do they operate?
A
Namespaces get a slice of the systems available resources and processes can only see other processes within their namespace
2
Q
What is systemd and what does it do?
A
One of the first processes started and the parent process for all other processes. Used to manage the users processes.
3
Q
How do we schedule jobs?
A
cron starts the jobs.
crontabs is the instruction file.
4
Q
How do you pull up the crontab file?
A
crontab -e