chmod [mode=421] [文件目錄]
描述:改變文件或目錄的權(quán)限
形如:chmod ugo+rwx directory1 設(shè)置目錄的所有人(u)、群組(g)以及其他人(o)以讀(r )、寫(w)和執(zhí)行(x)的權(quán)限
chmod go-rwx directory1 刪除群組(g)與其他人(o)對(duì)目錄的讀寫執(zhí)行權(quán)限
形如:chmod 761 filename
2、命令:chown
描述:改變文件或目錄的所有者或群組屬性
chown user1 file1 改變一個(gè)文件的所有人屬性
chown -R user1 directory1 改變一個(gè)目錄的所有人屬性并同時(shí)改變改目錄下所有文件的屬性
chgrp group1 file1 改變文件的群組
chown user1:group1 file1 改變一個(gè)文件的所有人和群組屬性
1、命令:which
描述:查找系統(tǒng)命令位置
which 命令的格式如下:
3、命令:locate
描述:利用數(shù)據(jù)庫查找文件
locate命令的格式如下:
locate [-ir] keyword
locate命令的參數(shù)如下:
-i:忽略大小寫差異;
-r:后面可接正則表達(dá)式的實(shí)現(xiàn)方式。
例如: locate passwd
4、命令:find
描述:查找任何文件
find命令的格式如下:
find [PATH] [option] [action]
5、命令:type
描述:顯示指定命令的類型
type命令格式如下:
type [option] [commond]
type命令的參數(shù)有:
注意swift支持為方法參數(shù)取別名:在上面的代碼里,numberoftimes面向外部,times面向內(nèi)部。解釋:doskey就相當(dāng)于linux中的alias,等于號(hào)左邊是其右邊的別名,$*表示這個(gè)命令還可能有其他參數(shù),@表示執(zhí)行這條命令時(shí)不顯示這條命令本身。提供了一條執(zhí)行外部程式的指令shell,格式為:shell “命令列”如果能配合rundll32.exe用好shell指令。
-p:如果給出的指令為外部指令,則顯示其絕對(duì)路徑;
-a:在環(huán)境變量“PATH”指定的路徑中,顯示給定指令的信息,包括命令別名。
tar –xvf file.tar 解壓 tar包
tar -xzvf file.tar.gz 解壓tar.gz
tar -xjvf file.tar.bz2 解壓 tar.bz2
tar –xZvf file.tar.Z 解壓tar.Z
unzip file.zip 解壓zip
1、重啟、啟動(dòng)停止防火墻
重啟:#systemctl restart firewalld.service
啟動(dòng):#systemctl start firewalld
禁用:#systemctl stop firewalld
systemctl status mariadb.service #查看狀態(tài)。systemctl status httpd.service #查看狀態(tài)。查看防火墻狀態(tài) [root@localhost~]# systemctl status firewalld。