반응형
다음과 같은 에러가 발생한다면?
sort: cannot read: +2n: No such file or directory
아래와 같이 해결!!
# wget http://www.cs.mun.ca/~michael/pdksh/files/pdksh-5.2.14.tar.gz # tar zxvfp pdksh-5.2.14.tar.gz # cd pdksh-5.2.14 # vi vi.c
case Ctrl('['): /* some annoying at&t ksh's */
if (!Flag(FVIESCCOMPLETE)) return -1; case '\\': /* at&t ksh */
to:
case Ctrl('['): /* some annoying at&t ksh's */
case '\\': /* at&t ksh */
# ./configure # export _POSIX2_VERSION=199209 # make # cp ksh /bin/pdksh # cp ksh.1 /usr/share/man/man1/pdksh.1 # echo '/bin/pdksh' >> /etc/shells # cat /etc/passwd oracle:x:500:500::/oracle/app/oracle/product/11.2.0:/bin/pdksh
반응형
'Linux > CentOS' 카테고리의 다른 글
[CentOS] CentOS7 패스워드 분실 시 변경 (0) | 2016.01.08 |
---|---|
[CentOS] lftp를 활용한 파일 및 디렉토리 동기화(백업) (0) | 2015.05.26 |
[CentOS7] Apache (0) | 2015.03.18 |
[CentOS7] Apache TLS (0) | 2015.03.18 |
[CentOS7] Apache HTTP (0) | 2015.03.18 |
최근댓글