Linux指令積累

2021-05-24 10:07:30 字數 539 閱讀 9795

將前面的輸出作為後面命令的引數的方法(2種)

find / -name ".bash*"-execls

{}-al";"

| grep bash 

find / -name ".bash*" | xargs ls -al

"apt-get install lftp" or "apt-get install lftp-ssl", i compiled it myself from lftp.yar.ru

connect to your ftp and input the command:

mirror -r

this will upload the whole directory.

上傳整個資料夾:mirror -r 本地資料夾

or type this:

mirror

this will download the whole directory.

初學Linux積累。

2009 10 27 1,重啟 reboot 2009 10 28 1,忘記了root使用者密碼的解決幫 啟動後按esc進入修復模式,選擇修復,並選擇最後乙個。root,進去後,更改密碼 passwd root 然後根據提示輸入兩次密碼就行了。2009 10 29 1,ls ls a 檢視所有檔案 ...

linux 命令積累

1。將iso目錄mount為乙個裝置 mount o loop path to my.iso media usb 2。用mkisofs命令建立乙個iso檔案 mkisofs o my wj iso.iso 隨便取個iso名稱,這個iso會在本目錄中 b isolinux.bin 這個檔案在isoli...

linux命令積累

1 檢視linux 作業系統版本 cat proc version 檢視系統版本 方法一 lsb release a方法二 cat etc os release 3 新增組 使用者 1 新增組 groupadd elasticsearch 2 新增使用者 useradd g elasticsearc...