Linux基本命令

2021-08-14 08:28:49 字數 599 閱讀 6632

1、用22埠號,以root使用者名稱登入伺服器

ssh -p 22 [email protected]

.131

.227

2、建立a.txt檔案,並將當前日期和時間輸入到其中。再開啟顯示

touch a.txt

date > a.txt

vi a.txt

3、從原始碼安裝node.js

cd node.js //進入nodejs路徑

make

make install

4、檢視cpu資訊

cat /proc/cpuinfo

5、檢視使用者名稱

whoami

6、建立包含files的tar檔案file.tar

tar cf file.tar files

安裝:yum install jwhois -y

命令:whois baidu.com

8、將cpu型號寫到a.txt檔案中

cat /proc/cpuinfo > a.txt

9、檢視檔案,再關閉

開啟:vi 檔名

關閉: 「:」 wq 回車

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 選項 ...