Tagged Questions
The switch-user tag has no wiki summary.
3
votes
1answer
189 views
Detect switch user with powershell
I want to register the date and time of each time switch user is invoked in a machine. How can I do that? Something similar to this but for the "switch user" event: detect log off and on with ...
0
votes
2answers
105 views
Switch user and output variable contents
I am writing a bash script and want to switch to another user, cd into a directory specified by MYDIR in the users bash_profile and list the contents.
Currently I have:
read username
su - ...
0
votes
2answers
175 views
Detect enter/exit session under KDE/Gnome with FreePascal
I'm asking this question after I got a very good answer to: How do I detect the 2 states of “Switch User” in Windows
My intention is to find out if the Switch User under KDE/Gnome has a similar API ...