Trace users on Linux
$lslogins -u
$w
$who -u
References:
[1] https://www.tecmint.com/find-user-account-info-and-login-details-in-linux/
Software Developer, Programming, Web resources and entertaiment. Desarrollo de software, programación, recursos web y entretenimiento.
Trace users on Linux
$lslogins -u
$w
$who -u
References:
[1] https://www.tecmint.com/find-user-account-info-and-login-details-in-linux/
Solving multiple python installation: sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...