View Single Post
zxcvbnm3230's Avatar
Posts: 132 | Thanked: 224 times | Joined on Dec 2013
#3
Originally Posted by ladoga View Post
Your MyDocs directory is probably on a FAT partition, thus doesn't support full file permissions. Also you should use user account when inside your /home/user. Devel-su "root" has not full permissions there.

For convenience (although not necessary)I'd suggest you to save your scripts to /home/user/bin and/or /root/bin, add those directories to your $PATH and run those scripts as respective user they belong to.
Thank you, it's better now. But i still cannot execute my script (trying './myscript.sh', permission denied). Also chmod +x doesn't say anything bad about permissions, but 'ls -al' then shows that no permissions to the file were added.
I've heared bout develsh command, is it somehow connected with my situation?