Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
关于软件安装权限问题,求解
Experiences and Insight
687
views ·
1
replies ·
To
floor
Go
v36821623
deepin
2013-11-01 23:37
Author
xwc@xwc-desktop:~/桌面/lnb/bin$ sudo su
[sudo] password for xwc:
root@xwc-desktop:/home/xwc/桌面/lnb/bin# sudo sh startup.sh
Cannot find ./catalina.sh
This file is needed to run this program
root@xwc-desktop:/home/xwc/桌面/lnb/bin# sudo chmod +startup.sh
chmod: "+startup.sh" 后缺少操作数
Try 'chmod --help' for more information.
root@xwc-desktop:/home/xwc/桌面/lnb/bin# ./startup.sh
bash: ./startup.sh: 权限不够
Reply
Like 0
Favorite
View the author
All Replies
electricface
deepin
2013-11-02 00:11
#1
cd到文件所在目录
sudo chmod +x startup.sh
sudo ./startup.sh
应该就能成功吧。
Reply
Like 0
View the author
Please
sign
in first
New Thread
Popular Ranking
Change
Problem with French locale
Install problem (09_ostree_sys_init.job hooks)
Anyone Get OBS to work?
Setup keyboard
Large-Scale Community Testing Report - Critical Technical Issues
Display not correctly identified (sort of)
Popular Events
More
[sudo] password for xwc:
root@xwc-desktop:/home/xwc/桌面/lnb/bin# sudo sh startup.sh
Cannot find ./catalina.sh
This file is needed to run this program
root@xwc-desktop:/home/xwc/桌面/lnb/bin# sudo chmod +startup.sh
chmod: "+startup.sh" 后缺少操作数
Try 'chmod --help' for more information.
root@xwc-desktop:/home/xwc/桌面/lnb/bin# ./startup.sh
bash: ./startup.sh: 权限不够