in reply to Re^3: /usr/bin/instmodsh: Permission denied.
in thread /usr/bin/instmodsh: Permission denied.
Thank you everyone. Someone from apple.com>Unix forum solved my problem. I needed to change the file permissions as below.
old file permissions: -rw-rw-rw- 34 root wheel 807 Jun 24 2009 instmodsh -rw-rw-rw- 34 root wheel 807 Jun 24 2009 perldoc
I set the execute bit using:
sudo chmod +x /usr/bin/instmodsh /usr/bin/perldocnew file permissions: -rwxrwxrwx 34 root wheel 807 Jun 24 2009 perldoc -rwxrwxrwx 34 root wheel 807 Jun 24 2009 instmodsh
Now, it works!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: /usr/bin/instmodsh: Permission denied.
by MidLifeXis (Monsignor) on May 24, 2010 at 13:30 UTC | |
|
Re^5: /usr/bin/instmodsh: Permission denied.
by Anonymous Monk on May 23, 2010 at 16:35 UTC | |
by MidLifeXis (Monsignor) on May 24, 2010 at 13:53 UTC | |
by MidLifeXis (Monsignor) on May 25, 2010 at 13:51 UTC | |
by Anonymous Monk on May 25, 2010 at 10:37 UTC | |
by MidLifeXis (Monsignor) on May 25, 2010 at 13:59 UTC | |
by Anonymous Monk on May 25, 2010 at 14:58 UTC |