Berkeley CSUA MOTD:Entry 15693
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/07/10 [General] UID:1000 Activity:popular
7/10    

1999/4/4-5 [Computer/SW/Languages] UID:15693 Activity:kinda low
4/2     How can I exceed my quota by writing to /dev/null? It just happened...
        \_ mv all you files to /dev/null, it saves a lot of space!
        \_ also  cat /dev/null > your_file
        \_ because /dev/null didn't exist or was just a plain file, and if
           you cat it, you will probably see what you wrote to it? -ali