Chances are you accidentally deleted /dev/null or something happened that you are unaware of.
But no worries you can make /dev/null again by following the mentioned steps and get rid of the problem.
- First go to terminal
- sudo rm /dev/null
- sudo mknod -m 0666 /dev/null c 1 3
No comments:
Post a Comment