I'm actually putting some files into temporary folder /tmp. And I want to know the capacity of /tmp. I do the 'df -h':
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 52G 11G 39G 22% /
tmpfs 7.9G 0 7.9G 0% /dev/shm
So what's the capacity of /tmp folder?
Actually I'm a little bit confused about these concepts:
/dev/sda1
/tmp
/dev/shm
tmpfs
I bet the first two are disk; while the third is memory, right?
thx