Hello, I'd like some help to create a class that captures a user's login event on Linux using Java.
Hello, I'd like some help to create a class that captures a user's login event on Linux using Java.
In Linux you can create a script that runs every time the user logs in. You can find a description here . / p>
Then you create a script that runs your java program. But purely in java you will not be able to do that.