| USB Digital Camera HOWTO | ||
|---|---|---|
| Prev | Chapter 4. The Script Files | Next |
Now make the script file executable. The command for that is:
As user:
[bash]$ su -c "chmod a=r+w+x your_script_file_name" |
As superuser:
[bash#] chmod a=r+w+x your_script_file_name |
| Prev | Home | Next |
| If You Login as Superuser | Up | What is Happening while the script is running |