ubuntu下常用的命令(2)

2021-05-28 02:34:34 字數 563 閱讀 5073

1.sudo apt-get install 軟體名 安裝軟體的命令。

2.sudo nautilus 開啟檔案(有root許可權)。

3.su root 切換到「root」。

4.useradd 使用者名稱 建立乙個新的使用者。adduser 使用者名稱 也是建立乙個新的使用者,更適用於初學者,是互動方式的。

5.groupadd 組名 建立乙個新的組。

6.passwd 使用者名稱 為使用者建立密碼。

7.passwd -d 使用者名稱 刪除使用者密碼也能登入。

8.passwd -s 使用者名稱 查詢帳號密碼。

9.usermod -l 新使用者名稱 老使用者名稱 為使用者改名。

10.userdel -r 使用者名稱 刪除使用者一切。

11.cat/etc/issue 檢視ubuntu版本。

12.lsusb 檢視usb裝置。

13.cat/proc/cpuinfo 檢視cpu資訊。

14.lshw 檢視當前的硬體資訊。

15.sudo ethtool eth0 檢視網絡卡狀態。

16.sudo fdisk -l 檢視磁碟資訊。

ubuntu下常用的命令

pwd 當前工作目錄 nautilus 以root許可權進入資料夾 cd 不加引數 進root cd folder 進入資料夾 cd 上級目錄 cd 返回root cd 返回上乙個訪問的目錄 rm 檔名 刪除 cat 檔名 less 在終端下檢視檔案 ls 列出目錄下所有檔案 cp 檔名 目標目錄 ...

Ubuntu下常用的網路命令

1.ifconfig ifconfig inte ce options address ifconfig是手工配置網路必須用到的命令也是網路命令中很常用的乙個命令,直接在終端下輸入ifconfig會回顯機器的網路設定情況,包括網絡卡資訊,ip資訊等等 如果要給網絡卡eth0配置ip位址x.x.x.x...

ubuntu 下常用的mysql 命令

一 mysql服務操作 0 檢視資料庫版本 sql status 1 net start mysql 啟動mysql服務 2 net stop mysql 停止mysql服務 3 mysql h主機位址 u使用者名稱 p使用者密碼 進入mysql資料庫 4 quit 退出mysql操作 5 mysq...