1.

Which command is used to find out the consumption of a specific directory?(a) du(b) df(c) mem(d) dvI had been asked this question in unit test.My question is from Administrator Specific Commands and Privileges topic in division Essential Shell Programming of Unix

Answer»

Right answer is (a) DU

For explanation: Sometimes, we may need to find out the consumption of a specific directory rather than an ENTIRE FILE system. For this purpose, du command is used. This command REPORTS usage by RECURSIVE examination of the directory structure.



Discussion

No Comment Found

Related InterviewSolutions