Thread
:
upgrading to Flash Player version 7
View Single Post
mallard
2006-08-10 , 03:35
Posts: 75 | Thanked: 1 time | Joined on Apr 2006
#
3
Obviously you don't want to run this shell script, but a few pointers:
Make sure it has the execute attribute set (chmod +x filename).
Make sure that the first line in the shell script looks similar to this: #!/path/to/shell (and check that the path and shell actually exist).
Make sure you are in the same directory as the script. Xterm puts you in the root (/) directory by default. The "cd" command on its own will get you to your home and "cd .mydocs" will then get you to the top level of what you see in the file manager.
If all else fails, you can run scripts using "sh filename" instead. This does not require the execute attribute set on the script.
Quote & Reply
|
mallard
View Public Profile
Send a private message to mallard
Find all posts by mallard