Screen command

From QNAPedia
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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