cp, mv 등의 기본 명령을 수동으로 입력할 필요가 없습니다.

cp, mv 등의 기본 명령을 수동으로 입력할 필요가 없습니다.

저는 몇 주 동안 OpenMandriva Lx 4.0을 사용해 왔으며 전반적으로 제 작은 넷북에서 훌륭하게 작동합니다. 최근에 일부 명령(cp 또는 mv 등)의 경우 수동 입력이 시스템에서 발견되지 않거나 찾을 수 없지만 다른 명령(netstat 등)의 경우에는 표시되는 것을 확인했습니다. man-db 및 man-page 패키지가 설치되어 있는지 확인하고 다시 설치해 보았습니다.

다른 기사에서는 시도해 보라고 제안했습니다.

mandb -c

다음 출력을 생성합니다

updating index cache for path `/usr/share/man/man7'. Wait...
Processing manual pages under /usr/share/man...
Updating index cache for path `/usr/share/man/man5'. Wait...
mandb: can't open /usr/share/man/man5/regulatory.bin.5.gz: No such  file or directory
mandb: warning: /usr/share/man/man5/regulatory.db.5.xz: bad symlink or ROFF `.so' request
Updating index cache for path `/usr/share/man/man9'. Wait...
mandb: can't open /usr/share/man/:man9/skb_queue_head.9: No such file or directory
mandb: warning: /usr/share/man/man9/__skb_queue_head.9.xz: bad symlink or ROFF `.so' request
mandb: can't open /usr/share/man/:man9/skb_queue_tail.9: No such file or directory
mandb: warning: /usr/share/man/man9/__skb_queue_tail.9.xz: bad symlink or ROFF `.so' request
Updating index cache for path `/usr/share/man/man1'. Wait...
mandb: warning: /usr/share/man/man1/openssl-rand.1ssl.xz is a dangling symlink
mandb: warning: /usr/share/man/man1/openssl-passwd.1ssl.xz is a dangling symlink
Updating index cache for path `/usr/share/man/man4'. Wait...
Updating index cache for path `/usr/share/man/man6'. Wait...
Updating index cache for path `/usr/share/man/man2'. Wait...
mandb: can't open /usr/share/man/man2/init_module.2: No such file or directory
mandb: warning: /usr/share/man/man2/finit_module.2.xz: bad symlink or ROFF `.so' request
Updating index cache for path `/usr/share/man/mann'. Wait...
Updating index cache for path `/usr/share/man/man2x'. Wait...
Updating index cache for path `/usr/share/man/man8x'. Wait...
Updating index cache for path `/usr/share/man/man3'. Wait...
mandb: warning: /usr/share/man/man3/Class::Prototyped::why.3pm.xz: whatis parse for Class::Prototyped::why(3pm) failed
mandb: warning: /usr/share/man/man3/MIME::changes.3pm.xz: whatis parse for MIME::changes(3pm) failed
mandb: warning: /usr/share/man/man3/XML::Validator::Schema::SimpleType.3pm.xz: whatis parse for XML::Validator::Schema::SimpleType(3pm) failed
Updating index cache for path `/usr/share/man/man5x'. Wait...
Updating index cache for path `/usr/share/man/man3p'. Wait...
Updating index cache for path `/usr/share/man/man8'. Wait...
mandb: can't open /usr/share/man/man8/setarch.8: No such file or directory
mandb: warning: /usr/share/man/man8/uname26.8.xz: bad symlink or ROFF `.so' request
mandb: can't open /usr/share/man/man8/setarch.8: No such file or directory
mandb: warning: /usr/share/man/man8/x86_64.8.xz: bad symlink or ROFF `.so' request
mandb: can't open /usr/share/man/man8/setarch.8: No such file or directory
mandb: warning: /usr/share/man/man8/i386.8.xz: bad symlink or ROFF `.so' request
mandb: can't open /usr/share/man/man8/setarch.8: No such file or directory
mandb: warning: /usr/share/man/man8/linux32.8.xz: bad symlink or ROFF `.so' request
mandb: can't open /usr/share/man/man8/setarch.8: No such file or directory
mandb: warning: /usr/share/man/man8/linux64.8.xz: bad symlink or ROFF `.so' request
mandb: warning: /usr/share/man/man8/pcimodules.man.xz: ignoring bogus filename
mandb: warning: /usr/share/man/man8/saslauthd.8.xz: whatis parse for saslauthd(8) failed
Updating index cache for path `/usr/share/man/man4x'. Wait...
Updating index cache for path `/usr/share/man/man1x'. Wait...
Updating index cache for path `/usr/share/man/man3x'. Wait...
Updating index cache for path `/usr/share/man/man1p'. Wait...
Updating index cache for path `/usr/share/man/man6x'. Wait...
Updating index cache for path `/usr/share/man/man0p'. Wait...
Updating index cache for path `/usr/share/man/man7x'. Wait...
Updating index cache for path `/usr/share/man/man9x'. Wait...
done.
Checking for stray cats under /usr/share/man...
Checking for stray cats under /var/cache/man...
...

그러나 매뉴얼 페이지를 올바르게 구성하는 방법을 잘 모르겠습니다. 누구든지 문제를 해결하는 방법을 알고 있나요?

관련 정보