Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于一个小的 Python 脚本“mytool”,我写了一个手册页,我想在基于 Debian 的操作系统上手动安装(没有操作系统包)。我怎么做?
我尝试压缩手册页并将其复制到多个位置(/usr/share/mytool、/usr/share/man8、/usr/local/man/man8),但如果我运行“man mytool”,则手册页不会显示. 我是否需要以某种方式刷新联机帮助页以便 man 找到文件?
安装 -g 0 -o 0 -m 0644 mytool.8 /usr/local/man/man8/