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:

Linux history issue

  echo "HISTSIZE=$HISTSIZE" echo "HISTFILESIZE=$HISTFILESIZE" #update the .bachrc file # Keep more commands in memory H...