answersLogoWhite

0

If the directory you're interested is my_dir, then do:

du -sk my_dir/* | sort -nr | head

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the name of the Linux top level directory of the file system?

The /, or root directory.


What is the Linux Filesystem hierarchy used for?

The Linux Filesystem Hierarchy is used to help determine the file structure in the Linux Operating System. It defines the Directory structure and directory contents.


What is var directory in Linux stands for?

Var directory is a sub directory of the root directory, The system writes data during process of its operation.


What is the directory in a Linux file system where remote NFS files are accessed as though the files were local called?

There is no specific directory on which you have to access NFS shares. You can mount a specific NFS share as root, or a subdirectory therein, such as /home.


What directory holds the bulk of system log files in Linux?

/var/log


What command in Linux do you use to return to the root directory?

"cd /" will move the user to the root directory, assuming the user has permission to move to this directory, and the user has not been chroot'ed to a specific directory (which will cause "cd /" to move the user to that named directory, instead of the system's root).


What is the main file directory in Linux?

It is the Home Directory.


Where is the Linux root directory located?

The root directory is usually /.


What is the root folder or root directory?

The Root folder and Root directory is the Main location for the Linux system. Only users with super user privileges can access the directory. ANY changes made successfully in the root directory will be system wide. its the quickest way to destroy the operating system!


How are directory paths indicated in Linux?

The root directory is /. The home directory is /home/user.


What is full form of FHS?

Filesystem Hierarchy Standard..... It is a tree like directory system, all Linux operating system use it....


How do you move files to a directory in Linux?

mv file /path/to/directory