/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