Top "Linux-df" questions

df (abbreviation for disk free) is a Unix and Linux command.

How to get df linux command output always in GB

How to get df linux command output always in GB always? ie. I want below 34MB to be displayed in …

linux linux-df
How to find out the free disk space for a given path on a linux shell?

1) I am in some directory 2) I want to find out how much free space is left there Is there a …

linux sysadmin diskspace linux-df
Get free disk space with df to just display free space in kb?

I'm trying to output the amount of free disk space on the filesystem /example. If I run the command df …

linux bash unix cut linux-df
How to select a particular column in linux df command

I am trying to collect information on the amount of space left on different servers. So when I execute df …

shell freebsd linux-df
How can I *only* get the number of bytes available on a disk in bash?

df does a great job for an overview. But what if I want to set a variable in a shell …

linux bash shell unix linux-df