Linxu基础之Ubuntu常用命令记录

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/baidu_34122324/article/details/83996273
  • 进入root模式
    sudo -i
  • 安装和卸载软件
    sudo apt-get install
    sudo apt-get remove
  • 清空终端
    clear
  • 显示日期与时间的命令:
    date
  • 显示日历的命令:
    cal
  • 简单好用的计算器:
    bc
  • ssh远程连接服务器
    ssh root@ipaddress
    password:pass@word

猜你喜欢

转载自blog.csdn.net/baidu_34122324/article/details/83996273