Xterm: 쉘에 대한 절대 경로를 찾을 수 없습니다: 500

Xterm: 쉘에 대한 절대 경로를 찾을 수 없습니다: 500

내 가상 머신에 SSH로 접속한 후(X11이 활성화된 퍼티 사용) xterm 창을 열어 보았습니다. 그러나 다음 명령은:

xterm -sb 500

심지어

/usr/bin/xterm -sb 500

반환 오류:

xterm: No absolute path found for shell: 500

이 오류가 무엇을 의미하는지 알 수 없는 것 같습니다.

편집하다:

ls -la /usr/bin/xterm
-rwxr-xr-x 1 root root 450888 Sep 28  2012 /usr/bin/xterm

alias xterm
-bash: alias: xterm: not found


DISTRIB_DESCRIPTION="Ubuntu 12.10"
NAME="Ubuntu"
VERSION="12.10, Quantal Quetzal"

답변1

아마도 당신 말은

xterm -sl 500

이것-sb옵션사용가치가 없습니다.

이것수동이러한 옵션에 대한 페이지:

   -sb     This  option  indicates  that  some  number  of  lines that are
           scrolled off the top of the window should be saved and  that  a
           scrollbar  should  be  displayed  so  that  those  lines can be
           viewed.  This option may be turned on  and  off  from  the  "VT
           Options" menu.

그리고-sl옵션:

   -sl number
           This option specifies the number of lines  to  save  that  have
           been  scrolled  off the top of the screen.  This corresponds to
           the saveLines resource.  The default is "64".

관련 정보