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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do we schedule jobs?

A

cron starts the jobs.
crontabs is the instruction file.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you pull up the crontab file?

A

crontab -e

How well did you know this?
1
Not at all
2
3
4
5
Perfectly