Apple Training Series: Mac OS X System Administration Reference, Volume 1

1.

The locate command is built into what script (and the location of the script) that runs automatically if the Mac OS X computer is on during that time period?

2.

What does top show?

3.

What command would you use to see a live continuous update of the system log file?

4.

What does grep do?

Answers

1.

/etc/weekly

2.

The top command displays a regularly updated view of system utilization, including memory usage, page faults, and the set of currently executing processes.

3.

tail f /var/log/system.log

4.

grep searches the contents of the listed text files or items.

Категории