Error in linux console : Couldn’t get a file descriptor referring to the console
setfont modifies the font in the VGA console (what you get when you press CTRL-ALT-F1, etc) It won’t do anything in Terminal. Normally only the root user can access the console device that setfont needs to connect to in order to make the font change. This is why you get an error message when you … Read more