|
发表于 2003-8-21 20:56:21
|
显示全部楼层
用root去改
more /etc/passwd看看你的用户属于哪个组。
例如: 用户my:x:501:501:my user:/home/my:/bin/bash
more /etc/group看看你的用户的组名.
例如: my:x:501
用root登陆进去,当然mandrake默认不让root登陆XWindow,
可以进text
[root #urmachine root]#chown my /home/my -R
[root #urmachine root]#chgrp my /home/my -R
[root #urmachine root]#chmod 755 /home/my |
|