answersLogoWhite

0

Once your in the directory you have to type the following: du -a

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What command will display files starting from z in unix?

Use the command: ls z* for those files in your current working directory.


What is the difference between unix command and dos command?

They are different languages, so you need to use a different word with different syntax to do the same thing. For example, to display the contents of the current directory, the command in MS-DOS is dir, but in UNIX it's ls.


What command is used to list the contents of a directory recursively in Unix?

ls -lR directory


What is the command that will change the current default directory to the root directory in Unix?

CD /


What is used to see the contents of a directory in Unix?

The ls command.


Write a UNIX command to display the current date in the form ddmmyyyy?

UNIX command to display the current datedate +'%d/%m/%Y'Niraj sharma


Which command would you use to remove a directory on a UNIX server?

rmdir


What command would you use to create a new directory on a unix type of system?

Use the 'mkdir' command


How do you rename a directory in UNIX?

You rename a directory the same way you rename a file. Use the 'mv' command to rename it.


To move to the root directory use the command?

For Unix/Linux, use the command 'cd /' For Windows, you can also use the same command or 'cd \'


What is the rm -rf command in unix?

Recursively removes all files from the directory and all under it.


What is LS?

LS typically stands for "List" and is a command used in Unix and Unix-like operating systems to list directory contents. It displays the files and folders within a specified directory.