Give the command to display space usage on the UNIX file system.

Answers were Sorted based on User's Feedback



Give the command to display space usage on the UNIX file system...

Answer / varakumar reddy

df -k .

it will give space usage

EX:
$ df -k .
Filesystem kbytes used avail capacity
Mounted on
/dev/vx/dsk/dogsap1dg1/vol01
12582912 5360301 6771199
45% /export/dogsap1dg1vol01

Is This Answer Correct ?    0 Yes 0 No

Give the command to display space usage on the UNIX file system...

Answer / vimal dubey

du is used to find the disk usage and df is used to find
the used space and the free space in the disk

Is This Answer Correct ?    0 Yes 0 No

Give the command to display space usage on the UNIX file system...

Answer / nitin

df -h is command in Linux system

where as

bdf is gives disk usage in unix system

Is This Answer Correct ?    0 Yes 0 No

Give the command to display space usage on the UNIX file system...

Answer / louis solomon micheal

cmd for display space usage = (df -lk) in unix

Is This Answer Correct ?    0 Yes 0 No

Give the command to display space usage on the UNIX file system...

Answer / prakash

#dfspace

This command to showing details of total space structure of
system space.
# dh -f
showing only space of unix file system only.

Is This Answer Correct ?    1 Yes 2 No

Give the command to display space usage on the UNIX file system...

Answer / suresh

using du or ds... i am not sure but one of the commands is
definatly correct.......

Is This Answer Correct ?    4 Yes 14 No

Post New Answer

More Unix Commands Interview Questions

What are some command words?

0 Answers  


Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?

5 Answers  


in UNIX ,What is the command to view contents of a large error log file?

7 Answers  


Which command is used to kill the last background job?

0 Answers  


What is the difference between a hard link and a soft link in Unix?

1 Answers  


What is FIND, GREP and SED ? Could you please give me the difference between all the three? Where we use this commnands?

6 Answers   Deloitte, Polaris,


What is a shell in Unix? Name some common Unix shells.

2 Answers  


Explain mount and unmount command.

0 Answers  


solaris Run level?

3 Answers   Wipro,


How to find $ai_serual resolved path by using unix

0 Answers  


what is the command to print last 8 lines of any text file.

10 Answers  


What are awk commands?

0 Answers  


Categories