when I start up my computer I get the message "the volume "boot" has only 0 bytes disk space". When I go into my boot file I have files in there that are empty. I have opened them with firefox and office and both are empty. Is it safe to delete those files? There are vmlinuz. files and initred.img and system.map file names.
Asked
Active
Viewed 1,635 times
1 Answers
0
Those may be crucially essential files. Instead, you should run:
sudo apt-get autoremove
sudo apt-get autoclean

mchid
- 43,546
- 8
- 97
- 150
-
where do I run those programs. I do not know my way around a computer all that well. – Diane Bellman Mar 02 '15 at 13:14
-
anywhere in terminal – chaitanya Jun 23 '17 at 08:31