Installed Software

Pls guys, what command do i use to dispaly the Disk size and Ram Size my system?

thanks

you can use these command to know ur disk space...

df --> tells you the free as well as used disk space

df -ivt--> gives more detailed info.

/etc/dfspace -->gives u the space for the root file system.

you can also try this

du -- > gives disk space used by specified files and directories..