disk space

FAQ Updates – June/26/2011

by Vivek Gite on June 26, 2011 · 0 comments

Our FAQ section is updated in last few days with new howtos:

FAQ & Howtos RSS Feed

Get intimated about our new howtos / faqs as soon as it is released via RSS feed.

nixCraft is on Facebook!

Not our Fan yet? We suggest you become one right away! Just visit our Facebook Page. Click on the “like” button.

{ 0 comments }

Shell script to watch the disk space

by n00b_Programmer on July 13, 2006 · 39 comments

df displays the amount of disk space available on the file system containing each file name argument. If no file name is given, the space available on all currently mounted file systems is shown. Read man page of df if you are new to df command. Steps => Find disk space using df => Filter [...]

{ 39 comments }

If you are developing an application for Linux desktop and would like to automatically find out more information about system, use the following commands in shell scripts to gather information about system. Recently I was involved in project where I need to collect information about running GUI, browser and other information such as disk space, [...]

{ 33 comments }