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
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'
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。