2

I have an account on my university's Unix server, but I don't know my quota. How can I check it from the command line??

I tried quota but seems not work.

nc4pk
  • 9,257
  • 14
  • 61
  • 71
David Degea
  • 131
  • 1
  • 2

1 Answers1

1

Give these a shot:

quote -v

du -ak | more

ls -l | more

(The last one is a more generic method)

Gareth
  • 19,080
Everett
  • 6,113
  • 1
  • 24
  • 34