0

How I can find out how much /tmp space is required by an application. Generally sometime I see /tmp is full and get error saying not able to write to /tmp. So is there any way to find out how much /tmp space is required by an application ?

Sam Protsenko
  • 14,045
  • 4
  • 59
  • 75

1 Answers1

3

There is no way. Programs use /tmp on an ad-hoc basis.

Michael Albers
  • 3,721
  • 3
  • 21
  • 32