screen qnap上的使用

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

关于Zeno Chen

本人涉及的领域较多,杂而不精 程序设计语言: Perl, Java, PHP, Python; 数据库系统: MySQL,Oracle; 偶尔做做电路板的开发,主攻STM32单片机
此条目发表在Linux分类目录。将固定链接加入收藏夹。