슈퍼 유저 find: ` / home / ipi /. gvfs': 권한 부족

2114 단어 linux이상 하 다
http://blog.csdn.net/pipisorry/article/details/39536433
쓰다  sudo su 명령 을 루트 사용자 로 전환 합 니 다. 파일 을 찾 을 때 오류 가 발생 했 습 니 다.
root@ubuntu:/home/pipi# find / -perm -2000 
/sbin/unix_chkpwd
find: `/home/pipi/.gvfs':     

일반 사용자 pipi 의 홈 디 렉 터 리 다음 'gvfs' 라 는 디 렉 터 리 입 니 다.
dr-x------  2 pipi pipi        0  5 월  6 10:06 .gvfs
d?????????  ? ?    ?         ?            ? .gvfs
permission denied on .gvfs When attempting to use the update system I receive a unable to stat and permission denied on /home/whatever/.gvfs
When looking at it with an ls -l it looks like
????????????? ? ? ? ? ? .gvfs
you can not chown, touch, edit, remove, or do anything as the user of the home dir or as root. Both receive a permission denied.
Any suggestions?
Also, I am running OpenSuSE 11.0. I found similar issues in the beta / rc sections of the forum but I am running the actual release for 11.
A solution to remove .gvfs , odd directory: #umount /home/useraccount/.gvfs #find . -inum 554009 -exec rm{} \; After that, #rm -rf .gvfs
ps:
왜 이런 현상 이 나 타 났 습 니까?
I think this is a "well-know" bug, reported several times. So, maybe still not fixed: *** Bug 467862 - By opening firefox a file ".gvfs" are created in the home direcotry with no access rights https://bugzilla.novell.com/show_bug.cgi?id=467862 Bug 368628 - gvfs: Random crashes https://bugzilla.novell.com/show_bug.cgi?id=368628 ***
gvfs, 이 사용자 로 그래 픽 인터페이스 에 로그 인하 지 않 은 것 같 습 니 다. 사용자 집 디 렉 터 리 는 없습니다.
이 디 렉 터 리 가 마 운 트 지점 이 라면 크기 가 0 이 어도 괜 찮 습 니 다.
시스템 은 안전 을 위해 루트 사용자 가 그래 픽 인터페이스 에 로그 인 하 는 것 을 허용 하지 않 습 니 다. 터미널 로그 인 을 할 수 있 습 니 다. / root 폴 더 를 다시 볼 수 있 습 니 다. 안에 아무것도 없 는 것 같 습 니 다. / root 폴 더 를 보고 싶 으 면 권한 을 수정 할 수 있 습 니 다. 그러나 루트 로 터미널 chmod o + r / root 를 로그 인 하 는 것 을 권장 하지 않 습 니 다.
from:http://blog.csdn.net/pipisorry/article/details/39536433
ref:Thread: permission denied on .gvfs
https://bugzilla.novell.com/show_bug.cgi?id=404758
루트 사용자 가 로 컬 시스템 에서 도 권한 이 부족 할 때?
루트 도 권한 이 없 나 요?

좋은 웹페이지 즐겨찾기