Chinaunix

标题: &后台运行SEHLL。报了not a terminal。但在前台却是可以执行 [打印本页]

作者: sunnylsj    时间: 2005-01-28 11:47
标题: &后台运行SEHLL。报了not a terminal。但在前台却是可以执行
&后台运行SEHLL。报了not a terminal。但在前台却是可以执行的。

.profile 里对terminal 已经设置了。  把SEHLL放crontab里也不能执行。

# Set up the terminal:
        if [ "x$TERM" = "x" -o "x$TERM" = "xdumb" ]
                then
                #eval ` tset -s -Q -m 'hp' `
                :
                else
                eval ` tset -s -Q `
                stty erase "^H" kill "^U" intr "^C" eof "^D"
                 stty hupcl ixon ixoff
                 tabs
                 fi

达人帮忙看一下。




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2