ubuntu linux 基礎命令

2021-08-25 20:30:46 字數 562 閱讀 1217

1:設定ip

ubuntu的網路配置資訊放在 /etc/network/inte***ces 中,

如果配置動態獲取ip,則在上述檔案中加入以下內容:

auto eth0

iface eth0 inet dhcp

如果配置靜態ip,則新增如下內容:

auto eth0

iface eth0 inet static

address 192.168.33.201

netmask 255.255.255.0

gateway 192.168.33.1

要是配置生效,需要重啟網絡卡:

ifconfig eth0 down

ifconfig eth0 up

不是root,命令前面加sudo

2:修改dns

sudo /etc/resolv.conf

3:修改資料夾許可權

sudo chmod 777 /var/www

4:使用root登入 sudo su

退出 用exit

5:cd ~表示進入當前使用者home資料夾

ubuntu(Linux5) 基礎命令

ubuntu基礎命令學習 1 基礎概念 2 組rw rw r rwxrwxr x 3 chmod 可以修改使用者 組對檔案 目錄的許可權 命令格式如下 chmod 減少許可權 chmod 增加許可權 例如 在桌面下的01.py 4 root groupadd 新增 groupdel 刪除 cat e...

ldd命令 ubuntu Linux命令 ldd

1 ldd不是乙個可執行程式,而是乙個shell指令碼。zlf ubuntu whichldd usr bin ldd zlf ubuntu file usr bin ldd usr bin ldd bourne again shell script,ascii text executable 2 ...

ubuntu Linux 常用的命令

以下是常用的命令與用法 在使用過程中隨時新增。1.暫時以 root 身份執行命令 sudo 2.解壓縮 rar 檔案到當前資料夾 rar e file name.rar 3.在linux 下開啟chm 格式檔案 kchmviewer 可在,ubuntu 下直接用 程式管理器 安裝.4.設定root帳...