Give the command to display space usage on the UNIX file
system.
Answers were Sorted based on User's Feedback
Answer / rasheed
df command is used show the display space usage on the unix
file system.
df
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / bibish k.g
df -h will show the disk usage in Linux file system in human
readable format, du <directoryname> -sh will give the space
usage of that particular directory/filesystem
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / basha phatan
df -k
df -h
the above command will display the usage and remain space
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sekar
bdf command also use for checking file system status
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suresh
df -h
outputs everything in human readable format.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by u-area (user area) or u-block?
Have you used VI editor?
How does the inode map to data block of a file?
What is mean by Mac os? Why it is named as like that? Which purprose it is using? Please answer me. Advance thanks.
very first process created by kernell?
does the stat() function call use the inode of the file to generate the information about a file? what is inode mostly used for?
why unix command can be divided into internal and external command
The UNIX shell is.... a).does not come with the rest of the system b).forms the interface between the user and the kernal c) does not give any scope for programming d) deos not allow calling one program from with in another e) all of the above
What are different types of shells?
. Using sed and grep, write a command which lists files and directories with following properties: (i) created in 1999 (ii) with user's as owner and group
What is INODE?
I am trying to unmount a remote file system,but I do not unmount that file system.How can i know the user name (i.e.,user who is using that file system).....write the command with argument