Hi, For the second part of your question, the command "top" usually shows you exactly what is running without using grep, and it uses vi commands to run: j = forward a page, k = back a page, q = quit running top.
Hi, What I've done in the past is set PS1 in the .profile and had it work. For instance:
"
# Set the prompt characters
PS1='${OTHER}'`hostname`'${GREEN}${PWD}/
${WHITE}'`whoami`'${CYAN}'`date`' > '
export PS1
We kinda have a desire here to add color, that's why the colors are there. This...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.