|
Just type prstat on the command line and press enter.
If you get an error message saying something like "prstat: command not found" check your PATH environment variable to see if the directory in which prstat is located is included in the PATH
echo $PATH
Or, do you have a question about how to process the output of prstat in a specific way?
|