An exploration of hiding your user activity from other active users on a Linux system. Of course, only do this on your on hardware.
- Access to a Linux system
- gcc
-
Run the makefile
make -
Run the newly-built binary
./who -
Optional: Replace your system who binary with the new one you built
sudo mv ./who $(which who)