根据客户要求,将一个所有者为bin bin的符号连接改为eof eof 所有.
经过测试,发现,不能用chown更改所有者.
只能删除该连接,并用eof用户重新创建该符号连接.
步骤如下:
1.检查现有符号连接属性:
ll /opt/hpws/apache/htdocs/
2.以root用户登陆,删除 /opt/hpws/apache/htdocs/index.html 文件
rm /opt/hpws/apache/htdocs/index.html
3.切换到eoffice用户,新建该link
su - eof
cd /opt/hpws/apache/htdocs
ln -s /opt/hpws/hp_docs/welcome.html index.html
4.检查更改后的符号连接属性,若有不同,使用chmod和chgrp命令更改.
ll /opt/hpws/apache/htdocs/
阅读(1127) | 评论(1) | 转发(0) |