System Utilities and Maintenance-Related Commands

CommandAction
psDisplays the list of processes running on the system. Common options include -l for a detailed list, -a for all processes, and -x to display daemon processes as well. Use -w for “wide” format or -ww to make it even wider. (See Chapter 15, “Performance Monitoring, Process Control, and Job Automation.”)
topDisplays a continuously updated list of processes and their resource usage statistics. (See Chapter 15.)
kill nIn this command, n is the process ID number you want to kill. Options are available to send different signals to the process. (See Chapter 15.)
killall pnameIn this command, pname is the name of the process to kill. All processes that match the specified name and belong to ...

Get FreeBSD6 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.