Why can’t I tell which EasyApache options are checked on the command line?

If your terminal program’s color dictates that the cursor and text are the same color, you may not be able to distinguish which options are checked when using /scripts/easyapache. To fix this, in your terminal preferences, make sure to set the text color and cursor color to something contrasting.

How can I see all running processes from the shell ?

Use either:

  • ps -auxww

  • ps -cef


For more information use about the ps command:

  • man ps

0 comments:

Post a Comment