SEARCH: webmonkey  the web

 


Quick Reference:

JavaScript Library
HTML Cheatsheet
Special Characters
Color Codes
Browser Chart
Stylesheet Guide
Unix Guide
Glossary
Domain Registries

Reference   Unix Guide

ps

Structure: ps [options]

The ps command prints information about active processes. This is especially useful if you need to end an active process using the kill command. Use ps to find out the process ID number, then use kill to end the process.

Back to the index.