如标题显示。
我是用root用户安装。居然说权限不足。
我以为是文件权限问题,我更改sequoiadb-1.12.4-linux_x86_64-installer.run该文件的权限 chown -R root sequoiadb*.run
具体的操作如下
[root@localhost opt]# pwd
/opt
[root@localhost opt]# ls -l
总用量 341028
drwxr-xr-x. 2 root root 6 6月 10 2014 rh
-rw-r--r-- 1 root root 349209517 10月 15 16:56 sequoiadb-1.12.4-linux_x86_64-installer.run
[root@localhost opt]# ./sequoiadb-1.12.4-linux_x86_64-installer.run --mode text
bash: ./sequoiadb-1.12.4-linux_x86_64-installer.run: 权限不够
[root@localhost opt]#
================================
求高手解答。