Useful Snippets

#hostname
Displays FQDN of system
#uname -a
Displays current kernel version
#df -h
Display partitions, sizes details, and mount points
#chconfig --list
Displays all services and their status at each runlevel
Comments