Tuesday, January 12, 2021

Security info Linux Servers

 Trace users on Linux

$lslogins -u

$w 

$who -u


References:

[1] https://www.tecmint.com/find-user-account-info-and-login-details-in-linux/



No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...