查看系統(tǒng)版信息
查看系統(tǒng)
[root@oldboyznb ~]# cat /etc/redhat-release /etc/centos-release
CentOS Linux release 7.6.1810 (Core)
CentOS Linux release 7.6.1810 (Core)
[root@oldboyznb ~]# ll /etc/redhat-releas /etc/centos-release
ls: cannot access /etc/redhat-releas: No such file or directory
-rw-r--r--. 1 root root 38 Nov 23 21:16 /etc/centos-release
查看內(nèi)核
[root@oldboyznb ~]# uname -r
3.10.0-957.el7.x86_64
[root@oldboyznb ~]# uname -m
x86_64
32位
i386 i686
在root 用戶下修改普通用戶密碼
[root@oldboyznb ~]# echo 123456|passwd --stdin maomao
Changing password for user maomao.
注:只有root用戶可以passwd修改其他用戶密碼 --stdin(從管道獲取密碼)
環(huán)境變量 :
1 系統(tǒng)設(shè)置 創(chuàng)建 顯示或配置系統(tǒng)特性
2 名字大寫(xiě)
3可以在 Linux 下面隨處使用一般含義一樣
常見(jiàn)的環(huán)境變量
UID 當(dāng)前用戶uid信息
PATH 存放的是命令的位置 ‘
[root@oldboyznb ~]# echo 取變量?jī)?nèi)容的符號(hào)
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
$ 取變量?jī)?nèi)容的符號(hào)
修改環(huán)境變量過(guò)程
Ps1 環(huán)境變量
[root@oldboyznb ~]# echo
1 臨時(shí)修改 重新登錄系統(tǒng)失效
export PS1="[[\e[34;1m]\u@[\e[0m][\e[32;1m]\H[\e[0m] [\e[31;1m]\w[\e[0m]]\ "
[root@oldboyznb ~]#source /etc/profile
3檢查
[root@oldboyznb ~]echo
SELinux· 增強(qiáng)型Linux ——限制root和·普通用戶權(quán)限
1如何關(guān)閉 操作前備份操作后檢查
[root@oldboyznb ~]cp /etc/selinux/config /etc/selinux/config.bak
永久—修改配置文件
vim /etc/selinux/config.
3 # SELINUX= can take one of these three values:
4 # enforcing - SELinux security policy is enforced.
5 # permissive - SELinux prints warnings instead of disabled.
6 # disabled - No SELinux policy is loaded.
7 SELINUX=enforcing
SELINUX=寫(xiě)入命令
SELINUX=enforcing SELinux開(kāi)啟
SELINUX=permissive SELinux關(guān)閉 還會(huì)有警告信息
SELINUX=disabled SELinux徹底關(guān)閉
Grep過(guò)濾查看是否修改正確
[root@oldboyznb ~] grep '=disabled' /etc/selinux/config
SELINUX=disabled
臨時(shí)修改 命令修改
[root@oldboyznb ~]# getenforce
Disabled
[root@oldboyznb ~]# getenforce
Disabled
[root@oldboyznb ~]# setenforce
usage: setenforce [ Enforcing | Permissive | 1 | 0 ]
[root@oldboyznb ~]# setenforce 0
setenforce: SELinux is disabled
關(guān)閉防火墻
Firewalld(c7) iptables(c6)
作用:根據(jù)設(shè)置規(guī)則 準(zhǔn)許/禁止用戶進(jìn)出·
開(kāi)啟防火墻 ——服務(wù)器有公網(wǎng)ip地址
關(guān)閉服務(wù)器——服務(wù)器沒(méi)有公網(wǎng)ip 局域網(wǎng)、
——并發(fā)量太高
關(guān)閉過(guò)程
臨時(shí):
[root@oldboyznb ~]# systemctl stop firewalld
[root@oldboyznb ~]# systemctl disable firewalld
Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service.
Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.
檢查是否成功
[root@oldboyznb ~]# systemctl status firewalld
Disabled 顯示關(guān)閉
開(kāi)啟防火墻
[root@oldboyznb ~]# systemctl restart firewalld.service
配置及修改yum源
打開(kāi)鏡像網(wǎng)站
阿里云 清華——找到centos 幫助 復(fù)制命令行