All commands listed here assumes you have a command prompt…
All listed items are separate commands unless otherwise specified…
cat ~/.bash_history
cat /etc/issue
cat /proc/version
whoami
ifconfig
ip addr
hostname
pwd
ls -alh /var/www/html
cat wpconfig.php
find / -perm -0003 -user root 2>/dev/null | grep .sh$
find / -user root -perm -4000 -print 2>/dev/null
find / -type f -perm -04000 -ls 2>/dev/null
ps aux
ps auxf
netstat -lnp
netstat -auntp
ifconfig
ip a
ip addr
ls /etc/cron.daily
crontab -l
crontab -e # for editing
tail /var/log/syslog
uname -r / -a / -s
echo $PATH
cat /etc/*-release
rpcinfo -s 10.10.1.299
rpcinfo -p 10.10.1.299
showmount -a 10.10.1.299
showmount -d 10.10.1.299
showmount -e 10.10.1.299
iptables -S
iptables -L
systemctl status firewalld
firewall-cmd --list-all
export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
pidof X