Looking for a LINUX FILE MANAGER

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gasper
    • Aug 2026

    #1

    Looking for a LINUX FILE MANAGER

    Is there any software that is similar to windows explorer? I would like to see the total size of one directory + all the subdirectory, but I can't figure out how to do that with the shell account software which I'm using now
  • Gasper

    #2
    Oh, btw. i'm using Redhat

    Comment

    • boner 2.0
      Too lazy to set a custom title
      • Jul 2004
      • 10970

      #3
      cd to_the_dir
      then

      du -m

      du = disk usage
      -m = megabytes

      You can also man du to see the whole manual about du

      Comment

      • Gasper

        #4
        THANKS!!!!!!!!!!!!

        Comment

        • boner 2.0
          Too lazy to set a custom title
          • Jul 2004
          • 10970

          #5

          Comment

          Working...