Linux基本命令

2021-10-04 05:58:22 字數 861 閱讀 3315

以下是我整理的一些常用命令

ls -al /bin

ls -alh /bin

ls --help

ls / 列出根目錄下所有資料夾

ls -al > text.txt

cd 進入指定資料夾

cd . 換成當前目錄

cd … 返回上一級目錄

cd ~

pwd

.+《檔名》

touch

rm rm -rf / 刪除根目錄

cp cp -r /home/install-package/* /home/cp/install_package/

mv 重新命名檔案

mv 《檔名/資料夾名》 …

cat

>

>>

| head

tail

less

grep

find

find -name 『<>』

csdn鏈結

zip

zip -r 《檔名.zip> <> <> <>……

unzip

whoami

sudo

nano

ps

top

man

wget

man wget

ping

vim

du idopenssl rand [-out file] [-rand file(s)] [-base64] [-hex] num

exit 退出程式

許可權

修改許可權

sudo chmod 646 file.txt

linux基本命令

linux常用命令 基礎 eg man ls 就可以檢視ls相關的用法 注 按q鍵或者ctrl c退出,在linux下可以使用ctrl c終止當前程式執行。2.ls 檢視目錄或者檔案的屬 列舉出任一目錄下面的檔案 eg ls usr man ls l a.d表示目錄 directory 如果是乙個 ...

《linux基本命令》

博主部落格 斷橋殘雪 uname 顯示版本資訊 同win2k的 ver dir 顯示當前目錄檔案,ls al 顯示包括隱藏檔案 同win2k的 dir pwd 查詢當前所在的目錄位置 cd cd 回到上一層目錄,注意cd 與.之間有空格。cd 返回到根目錄。cat 檔名 檢視檔案內容 cat abc...

LINUX 基本命令

檔案和目錄操作的基本命令 cat clear cmp cut diff du emacs fgrep file grep head ln less more pico pwd sort stat strings tail touch umask uniq vi wc whatis ls ls 選項 ...