du: 0653-175 Cannot find the current directory.

0
1650

If you get this error on Linux or Unix,you can do below steps.

$ du -sg *

du: 0653-175 Cannot find the current directory.

Answer:

  • fuser -cuxk /emre
  • umount /emre
  • chmod 755 /emre
  • chown user:group /emre
  • mount /emre

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.