码迷,mamicode.com
首页 > 其他好文 > 详细

磁盘管理综合测试题

时间:2019-08-05 12:24:31      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:roo   ocs   app   def   cal   用户   map   浏览器   xxxx   

1、用户需把/dev/myvg/mylv逻辑卷以支持磁盘配额的方式挂载到网页目录下
/dev/myvg/mylv /usr/local/httpd/htdocs ext4 defaults,usrquota,grpquota 0 0

2、在网页目录下创建测试文件index.html,内容为用户名称,通过浏览器访问测试
[root@localhost ~]# cd /usr/local/httpd/htdocs/
[root@localhost htdocs]# touch index.html
[root@localhost htdocs]# vim index.html
fsgsgvjsdjksdjahglahdgkljhlgkjhewkjhfsdkjjhgvkdsnvklsdjfklsdk ``xxxxxxxxxxxxxxxxx

"index.html" 1L, 82C written
[root@localhost htdocs]#

技术图片
3、创建用户账户,对LVM配置磁盘配额限制用户磁盘容量为软限制80M;硬限制100M、文件数量软限制为80个;硬限制为100个。
[root@localhost ~]# setquota -u tom 80M 100M 80 100 /usr/local/httpd/htdocs/
[root@localhost ~]# quota -uvs tom
Disk quotas for user tom (uid 1001):
Filesystem space quota limit grace files quota limit grace
/dev/mapper/myvg-mylv
0K 81920K 100M 0 80 100

磁盘管理综合测试题

标签:roo   ocs   app   def   cal   用户   map   浏览器   xxxx   

原文地址:https://www.cnblogs.com/sun0917/p/11302238.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!