基本的quota命令 quota命令分两种: 1、查询功能(quota, quotacheck, quotats, warnquota, repquota) 2、编辑quota的内容(edquota, setquota) /etc/mtab 当我们使用quota的时候,基本上,系统会去搜寻:【系统上 ...
分类:
系统相关 时间:
2020-10-22 22:43:17
阅读次数:
28
1. 下载并编译安装torque [root@master ~]# cd /opt/ [root@master opt]#yum install wget -y && wget http://wpfilebase.s3.amazonaws.com/torque/torque-6.1.1.1.tar. ...
分类:
其他好文 时间:
2020-10-22 22:19:40
阅读次数:
18
Centos7使用firewalld查看防火墙状态systemctlstatusfirewalld关闭防火墙临时关闭systemctlstopfirewalld永久关闭需要把开机自启动关闭systemctldisablefirewalld检查服务状态systemctlis-activefirewalld#检查服务是否正常运行systemctlis-enablefirewalld#检查服务是否开机运
分类:
系统相关 时间:
2020-10-21 21:28:47
阅读次数:
39
Existing lock /var/run/yum.pid: another copy is running as pid 19342. Another app is currently holding the yum lock; waiting for it to exit... The oth ...
分类:
其他好文 时间:
2020-10-20 16:35:38
阅读次数:
30
1,打开网址下载mysql yum源 https://dev.mysql.com/downloads/repo/yum/ 根据linux版本选择不同的rpm包 ,我的是centos7.5,所以我选择第二个 2,点击下载 点击获得地址 二、下载和安装mysql源,wget 加上刚刚复制的地址 如果显示 ...
分类:
数据库 时间:
2020-10-19 22:49:58
阅读次数:
37
在Linux系统中存在硬链接和软连接两种文件。硬链接(hardlink):可以将它理解为一个“指向原始文件inode的指针”,系统不为它分配独立的inode和文件。所以,硬链接文件与原始文件其实是同一个文件,只是名字不同。我们每添加一个硬链接,该文件的inode连接数就会增加1;而且只有当该文件的inode连接数为0时,才算彻底将它删除。换言之,由于硬链接实际上是指向原文件inode的指针,因此即
分类:
其他好文 时间:
2020-10-19 22:23:48
阅读次数:
19
1、导入hellodb.sql生成数据库(1)在students表中,查询年龄大于25岁,且为男性的同学的名字和年龄[root@centos7~]$systemctlstartmariadb[root@centos7~]$ss-tnlStateRecv-QSend-QLocalAddress:PortPeerAddress:PortLISTEN0100127.0.0.1:25*:*LISTEN05
分类:
数据库 时间:
2020-10-18 16:55:25
阅读次数:
29
centos7安装zabbix5.0+postgresql详细步骤
分类:
数据库 时间:
2020-10-18 16:35:28
阅读次数:
37