You can remove garbage files from your system by using:
a) You can use the find command to retrieve wasteful files, and then execute the rm command to remove them.
b) You can use the delete command del * to remove them
c) You don't need to do anything. Linux takes care of automatic garbage collection
d) You can use the find command to find them and then use the garbage command to delete them



Answer :

Other Questions