Ubuntu 常用命令

force_to發表於2017-05-27

Ubuntu 常用命令

作用 命令 備註
獲取root許可權 su root
移動檔案 mv 檔名 目標地址 在要移動的檔案的目錄下使用命令
建立資料夾 mkdir 資料夾名字
  • 重啟網路

        service network-manager restart
  • 配置 IP 子網掩碼 閘道器

        vim  /etc/network/interfaces
  • 在Xshell中登陸VMware中的Ubuntu

      1. 安裝 ssh apt-get install ssh

      1. 修改 root 密碼 passwd root

      1. 配置檔案,允許以 root 使用者通過 ssh 登陸

        vim  /etc/ssh/sshd_config
        將 PermitRootLogin  prohibit-password
        改為 PermitRootLogin yes
        重啟 ssh 服務:    service ssh restart
  • 複製檔案,並重新命名

        cp -i 檔名  新檔名
  • 一直使用root

        sudo -s
  • su root 授權失敗

        sudo passwd
        輸入原來的密碼
        輸入新密碼
        重複輸入新密碼
  • 重啟網路

        cd /etc/init.d
        networking restart
  • 建立 .sh 檔案

        touch filename.sh       建立檔案
        chmod +x filename.sh    新增寫許可權
        vim filename.sh         編輯檔案
  • 退出root使用者

        su 使用者名稱
  • vim

        撤銷  u
    
        反撤銷     ctrl + r    
  • 檢視記憶體、CPU使用情況

        安裝 htop
            apt-get install htop
        檢視
            htop
        退出
            q
  • 檢視CPU引數

        lscpu
  • 系統更新

    apt-get update                  // 更新軟體源
    apt-get dist-upgrade            // 更新軟體
  • 解決迴圈登陸

        ctrl + alt + F1 進入命令列登陸介面
        輸入使用者名稱  
        輸入密碼
    
            cd ~
            ll
        刪掉 .Xauthority 檔案
            rm .Xauthority
        重啟
  • 修改vnc中ubuntu的解析度

        xrandr --fb 1280x1024              //    數字中間為小寫字母 x