-
Checking Free Space
Checking Free Space:
In order to check the free and usage space per file system and directory and each sub directory we have two command
- df
- du
the ‘df’ command reports on a per file system basis. It report total disk space , disk space used , disk space free
#df –h
-h : used multipliers such as G or M for gigabytes and Megabytes
The ‘du’ command reports the number of kilobytes contained by the items within a directory
#du –s
#du –h
-s : used to request only the summary directory information
#du –s /etc
- df
Subscribe to:
Post Comments (Atom)
.
0 comments: