help

help

[root@localhost ~]# rpm  -i /root/temp/gftp*.rpm
warning: user masneyb does not exist - using root
warning: group masneyb does not exist - using root

why?
please help me!thx
权限不够。
#chmod 755 /root/temp/gftp*.rpm
然后在安装。
用户权限不够
su
才对吧.
是喽,忘了强调需要在root下修改权限和安装。
文件的属主和属组不对,先在root下执行:
[code:1]#chown root:root file.rpm[/code:1]
然后再在root下安装!