![]() |
2009-12-13
, 20:27
|
Posts: 486 |
Thanked: 251 times |
Joined on Oct 2009
|
#2
|
Hi, I'm trying to create a symbolic link to a shell script I'm writing in a directory I created (/home/user/scripts) from a "visible" directory like MyDocs/.documents/ so that I can edit the file in a GUI editor like LeafPad. However, when I try (from MyDocs/.documents)
"ln -s /home/user/scripts/example.sh example.txt"
I get the following: "ln: example.txt: Operation not permitted".
I tried with root access and same deal. An alternative question might be, is there a way to use text editing applications (e.g. LeafPad) to edit shell scripts that aren't within MyDocs?
I've been using vi to create and edit the files up till now, but in some cases I would prefer to use a graphical text editor. Any help is much appreciated.
![]() |
2009-12-13
, 20:30
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#3
|
![]() |
2009-12-14
, 22:10
|
Posts: 20 |
Thanked: 15 times |
Joined on Dec 2009
|
#4
|
"ln -s /home/user/scripts/example.sh example.txt"
I get the following: "ln: example.txt: Operation not permitted".
I tried with root access and same deal. An alternative question might be, is there a way to use text editing applications (e.g. LeafPad) to edit shell scripts that aren't within MyDocs?
I've been using vi to create and edit the files up till now, but in some cases I would prefer to use a graphical text editor. Any help is much appreciated.