I think I officially have a hoarding problem...

you are viewing a single comment's thread
view the rest of the comments
[–] 22 points 2 months ago (10 children)

Pardon my stupidity BUT why include stdout to Devnull? Why not omit and simply 'du -sh /home'

  • source
  • hideshow 10 child comments
  • [–] 33 points 2 months ago (7 children)

    There’s probably a bunch of permissions errors, filesystems warnings for cross-filesystem mounts or links, etc. all going to stderr. Linux output streams are a bit odd, 1 is stdout and 2 is stderr. So the command is redirecting the “noise” to null and just printing the actual command output. That would be my assessment, but OP could probably give a more correct answer..!

  • source
  • parent
  • hideshow 7 child comments
  • [–] 7 points 2 months ago (5 children)

    Noob, just use sudo, less chars!

  • source
  • parent
  • hideshow 5 child comments
  • [–] [S] 8 points 2 months ago (4 children)

    Oddly enough, still generates errors. (There are stuff in user directories that are set to 600.... so even root can't browse/open.)

  • source
  • parent
  • hideshow 4 child comments