|
login as: root
root@192.168.0.100's password:
BusyBox v1.20.2 (2015-02-25 14:32:43 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
root@WDMyCloud root # cd /usr/share/xware
root@WDMyCloud xware # chmod777*-R
-sh: chmod777*-R: not found
root@WDMyCloud xware # chmod777 * -R
-sh: chmod777: not found
root@WDMyCloud xware # chmod 777*-R
BusyBox v1.20.2 (2015-02-25 14:32:43 CST) multi-call binary.
Usage: chmod [-R] MODE[,MODE]... FILE...
Each MODE is one or more of the letters ugoa, one of the
symbols +-= and one or more of the letters rwxst
-R Recurse
root@WDMyCloud xware # ./portal
-sh: ./portal: Permission denied
root@WDMyCloud xware # . /portal
-sh: .: can't open '/portal'
到这里就不动了 求助啊 |
|