1825730 Members
2592 Online
109687 Solutions
New Discussion

Old Crash files?

 
SOLVED
Go to solution
rmueller58
Valued Contributor

Old Crash files?

I was doing some cleanup on my UX system and noticed a couple of crash files.

Is there any harm in removing these?
2 REPLIES 2
dictum9
Super Advisor
Solution

Re: Old Crash files?

No, no problem, go ahead and remove them.

to find files that take up a lot of space, do this in a directory:

du -sk * | sort -rn | more

rmueller58
Valued Contributor

Re: Old Crash files?

Thanks etc