Screen command

From QNAPedia
Jump to navigation Jump to search

Running the command screen might yield the following error 


/var/run/utmp: No such file or directory
Cannot find termcap entry for 'xterm-color'.


To work around it, run the following commands 

touch /var/run/utmp 
ln -s /usr/share/terminfo/x/xterm-xfree86 /usr/share/terminfo/x/xterm-color