mkdir: 디렉터리를 생성할 수 없습니다: 작업이 허용되지 않습니다

mkdir: 디렉터리를 생성할 수 없습니다: 작업이 허용되지 않습니다

이상한 문제가 있습니다. 디렉토리 내에 파일이나 디렉토리를 생성할 수 없습니다.
자세한 설명은 다음과 같습니다.

  1. 로그인 쉘root
  2. 디렉터리의 경우 /home/a정상적으로 파일과 디렉터리를 만들 수 있습니다. 그러나 디렉토리의 경우 명령을 사용하여 /home/a/b파일, 디렉토리를 만들 수 없습니다touchmkdir
  3. /home/a/b을 사용하여 디렉토리의 권한을 확인했는데 i 권한이 lsattr -d없고 getacl일반 권한은 입니다 777.
  4. /a/b이는 로컬 디렉터리이며 nfs 또는 다른 디렉터리에 마운트되지 않습니다.

이것이 출력입니다. 다른 솔루션이 있습니까?

[root@web1 cms.ear]# lsattr -d /home/webSphere/AppServer/profiles/AppSrv01/installedApps/webCell01/cmsear/cms.war

---------------- /home/webSphere/AppServer/profiles/AppSrv01/installedApps/webCell01/cmsear/cms.war

[root@web1 cms.ear]# getfacl -d /home/webSphere/AppServer/profiles/AppSrv01/installedApps/webCell01/cmsear/cms.war

getfacl: 절대 경로 이름에서 선행 "/" 제거

파일: home/webSphere/AppServer/profiles/AppSrv01/installedApps/webCell01/cmsear/cms.war

소유자: 루트 그룹: 루트

사용자::rwx

그룹::rwx

기타::rwx

[root@web1 cms.ear]# cd cms.war

[root@web1 cms.war]# mkdir mmm

mkdir: 'mmm' 디렉터리를 생성할 수 없습니다: 작업이 허용되지 않습니다

[root@web1 cms.war]# df -h .

마운트된 %를 사용하여 사용 가능한 파일 시스템 크기 사용 가능

/dev/mapper/rootvg-루트 91G 24G 67G 27% /

관련 정보