jqkyp 发表于 2017-5-27 13:07:49

hp-ux 安装补丁包时的错误

swinstall -s /opt/*.depot
>enter
选择目标路径
报错信息如下:
You do not have the required permissions to select this target.  Check permissions using the "swacl" command or see your system administrator for assistance.....
 
解决方案:

cd /var/adm/sw
chmod 777 security
swreg -l depot /tmp/****.depot
 
页: [1]
查看完整版本: hp-ux 安装补丁包时的错误