Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Arip

macrumors regular
Original poster
i have a file, devnull, that occupies 1.6gb!

what is it? can i delete it without any problem?

i attached a screenshot of the file
 

Attachments

  • devnull.jpg
    devnull.jpg
    88.9 KB · Views: 97
I should probably just leave this to someone better informed to answer, but /dev/null is used in UNIX to discard output from a command when you don't care what it produces. In your case, it's a file called devnull (or, more accurately, ~/devnull since it's in your home folder), so I suppose it's possible that something you installed had a typo that accidentally sent stuff to devnull rather than /dev/null, which would rapidly fill up a file with junk over time.

If that's the case, the file has nothing but junk in it, and the only way to keep it from being recreated would be to figure out what's making it and turn it off.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.