Capture Linux logon event using Java [closed]

-1

Hello, I'd like some help to create a class that captures a user's login event on Linux using Java.

    
asked by anonymous 08.04.2014 / 18:05

1 answer

1

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.

    
08.04.2014 / 19:07