πUseful Linux Command
Find a file
locate <FILE>
find / -name "<FILE>"Active connection
netstat -lntpList all SUID files
find / -perm -4000 2>/dev/nullDetermine the current version of Linux
cat /etc/issueDetermine more information about the environment
uname -aList processes running
ps -fauxList the allowed (and forbidden) commands for the invoking use
sudo -lLast updated