Securing “ps”
February 7th, 2008Â This is one way we secure ps to keep normal users from reading all the processes on the server. We know there are other ways to do this and if you would like to share please do.
Moving ps
mv /bin/ps /usr
Editing new ps
vi /bin/ps
We are creating a bash script listed below:
#!/bin/bash
if [ “$(whoami)” != “root” ]; […]
![Validate my RSS feed [Valid RSS]](http://fiber-hosting.com/docs/valid-rss.png)