Friday, 21 March 2014

Linux Basic Commands



Find Out My Linux Distribution Name and Version

cat /etc/*-release

Find Out My Kernel Version

uname -a

Check RAM slot in Linux using dmidecode
dmidecode | more

Display the number of processors in Linux
cat /proc/cpuinfo

Disk Size

du -sk * | sort -n





 

No comments:

Post a Comment