How I see the file size on shell prompt in Linux?

Asked By 20 points N/A Posted on -
qa-featured

 

Hi,

I have got a problem at my graphical interface in Linux workstation. Now I need to  check some important file size on my computer, can anyone help me out?

 

SHARE
Answered By 0 points N/A #132879

How I see the file size on shell prompt in Linux?

qa-featured

Hi Yorath,

This is a very easy command to see the file size in Linux PC, command name “du” it is a very important command in Linux OS, when you copy files over systems of systems, you always need to know about file size that you have free space available for that file or not. This command has powerful option also, Example is given below

To see the file size: #du -h [file name]

Britnu Salu

Related Questions