0

Difference between du and df commands

I need to check the disk space remaining and the used. Both these df and du commands can be used. What is the difference.??

aiden
asked Feb 14, 2017
1 Answer
0

you use du in a specific directory exp: /root/etc/ du -h

                                                           temp 4kb
                                                           work 300G
so start with df -h to figure out where you issue is.
then du - sh to figure out which specific file is causing your system to crash or etc.
View More
Dreday4290
answered Feb 15, 2017
Your Answer
||||
x
 
100:0

Related Tutorials in Difference between du and df commands

Related Tutorials in Difference between du and df commands

Related Forums in Difference between du and df commands

Related Forums in Difference between du and df commands