中文字幕亚洲第一精品|精品国产免费一区二区|久久婷婷五月六月综合版|中文字幕熟妇久久久人妻|久久综合精品国产一区无码|国产成人精品永久免费视频|午夜亚洲国产精品理论片a级|久久精品一区二区三区无码护土

 訪問手機版  

Linux常用命令|Linux培訓(xùn)學(xué)習(xí)|考試認(rèn)證|工資待遇與招聘,認(rèn)準(zhǔn)超級網(wǎng)工!

招聘|合作 登陸|注冊

網(wǎng)絡(luò)工程師培訓(xùn)

當(dāng)前位置:網(wǎng)絡(luò)工程師 > 技術(shù)課程 > linux > 熱點關(guān)注 > linux常用命令

Linux常用命令雜記

時間:2019-06-22

linux重啟命令_linux命令_linux命令

1.[root@thousand ~]# cat /proc/version //查看內(nèi)核

2.[root@thousand ~]# lsb_release -a //查看版本號

3.[root@thousand ~]# ifconfig //查看網(wǎng)卡信息

4.[root@thousand ~]# setup //打開網(wǎng)卡配置桌面版

5.[root@thousand ~]# ifup //獲取dhcp ip

6.[root@thousand ~]# mkdir /data //創(chuàng)建一個/data的文件目錄

7.[root@thousand ~]# touch stu{1..10000} //創(chuàng)建一萬個文件

apr 27 05:40:02 hpf-linux crond[1740]: (test1) cmd (echo "even*************")。apr 27 05:42:01 hpf-linux crond[1753]: (test1) cmd (echo "even*************")。apr 27 05:48:01 hpf-linux crond[1781]: (test1) cmd (echo "even*************")。

//如果文件存在會清空內(nèi)容寫入''內(nèi)容linux命令,如果不存在會創(chuàng)建一個文件

[root@thousand ~]# cat test1.txt

linux命令_linux重啟命令_linux命令

Iam studying Linux

9.[root@thousand ~]# echo 'hello' >> test.txt //這樣會是在這個文件后面添加(追加)''內(nèi)容,如果不存在會創(chuàng)建一個文件

[root@thousand ~]#echo'111 2222 3333'>>test.txt

10.[root@thousand ~]# yum install tree -y //不存在tree的使用時,安裝tree

[root@lnmp ~]# mkdir /tmp/samba/test #創(chuàng)建測試目錄。創(chuàng)建單個目錄:os.mkdir(“test”)。[root@localhost ~]#mkdir /home/public ------創(chuàng)建要共享的目錄。

12.[root@thousand ~]# alias //查看系統(tǒng)現(xiàn)有別名

alias cp='cp -i'

alias l.='ls -d .* --color=auto'

alias ll='ls -l --color=auto'

alias ls='ls --color=auto'

linux重啟命令_linux命令_linux命令

alias mv='mv -i'

alias rm='rm -i'

alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'

13.[root@thousand ~]# unalias cp 刪除cp別名

14.data -s “時間” //修改時間

15.data //查看時間

16.[root@thousand ~]# service network restart //重啟網(wǎng)絡(luò)服務(wù)

17.[root@thousand ~]#ps -ef |grep ssh //查看進程的命令

18.[root@thousand ~]# netstat -lntup |grep ssh

[root@linux-01 share]# /etc/init.d/iptables stop。/etc/init.d/iptables stop。950 /etc/init.d/iptables stop。

 上一個教程:linux命令_【mail】命令