Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
linux
/
Check SELinux status
Check SELinux status
linux
Show current SELinux enforcement mode
getenforce
⎘ copy
#linux
#security
#selinux
more linux
all 133 commands →
List cron jobs (system)
ls /etc/cron.* /var/spool/cron/crontabs/
Show environment variables
printenv | sort
Watch disk I/O
iostat -xz 1
Show process tree
pstree -p
TCP/IP tuning — backlog
sysctl -w net.core.somaxconn=65535