Chinaunix首页 | 论坛 | 博客
  • 博客访问: 405974
  • 博文数量: 72
  • 博客积分: 2541
  • 博客等级: 少校
  • 技术积分: 756
  • 用 户 组: 普通用户
  • 注册时间: 2006-09-20 16:08
文章分类

全部博文(72)

文章存档

2013年(13)

2009年(1)

2008年(7)

2007年(45)

2006年(6)

我的朋友

分类: LINUX

2013-07-08 14:51:00

安装了新的ufs_kernel,挂载ufs盘,在挂载目录里创建文件报permission denied,以下就是解决它的办法:
编辑/etc/selinux/config,找到这段:
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=enforcing

把 SELINUX=enforcing 注释掉:#SELINUX=enforcing ,然后新加一行为:
SELINUX=disabled
保存,关闭该文件。重启系统后正常。
阅读(15975) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~