美文网首页
Ubuntu常用命令

Ubuntu常用命令

作者: 木火_magic | 来源:发表于2024-01-24 20:36 被阅读0次
1、安装ssh
sudo apt-get install openssh-server
2、ubuntu中man的手册安装。用下面几条命令就行了:
  sudo apt-get install manpages 
  sudo apt-get install manpages-de 
  sudo apt-get install manpages-de-dev 
  sudo apt-get install manpages-dev

manpages 包含 GNU/Linux 的基本操作
manpages-dev 包含 GNU/Linux 的基本操作API
manpages-posix 包含 POSIX 所定义公用程序的方法
manpages-posix-dev 包含 POSIX 的 header files 和 library calls 的用法

3、

相关文章

网友评论

      本文标题:Ubuntu常用命令

      本文链接:https://www.haomeiwen.com/subject/bctvmrtx.html