Use $top over SSH
If you want to use `top` over SSH, use the -t option: $ ssh -t servername top This also works if you want to use `tail -f` over ssh: $…
If you want to use `top` over SSH, use the -t option: $ ssh -t servername top This also works if you want to use `tail -f` over ssh: $…
My idea on this site is to put snippets of codes / solutions / things I discovered here. When people will google a sulution to their problem, I hope they…