![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Awk - to test multiple files "read" permission ? | lokiman | Shell Programming and Scripting | 1 | 02-09-2008 08:10 AM |
| Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" | Lokesha | UNIX for Dummies Questions & Answers | 4 | 12-19-2007 09:52 PM |
| screen throws "permission denied" | miechu | Shell Programming and Scripting | 6 | 10-24-2006 06:17 PM |
| Unix "at" / "Cron" Command New Problem...Need help | Mohanraj | UNIX for Dummies Questions & Answers | 3 | 01-26-2006 04:08 PM |
| Commands on Digital Unix equivalent to for "top" and "sar" on other Unix flavour | sameerdes | UNIX for Advanced & Expert Users | 1 | 08-28-2002 05:41 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
netjk@rediffmail.com
I have a Shell Script (wrapper) that gathers parameters and invoke a base script (lets say B1). I have set the permission for this script as 711 (execute for everyone, group). When a user from another group try to execute the script, permission is denied (Cannot open file..) Is there any known problem in unix? I am puzzled. (beginner) -rwx--x--x 1 u93359 studnts 974 May 27 16:26 mc125dryrun -rwx--x--x 1 u93359 studnts 1092 Jun 4 15:24 mc125prod -rwx--x--x 1 u93359 studnts 821 May 27 16:26 mc1288dryrun -rwx--x--x 1 u93359 studnts 810 Jun 4 15:27 mc1288prod Unless I give Read access to the "others" they are not able to execute. Thanks & appreciate your help. Last edited by jsudha; 07-26-2004 at 01:57 PM. |
| Forum Sponsor | ||
|
|
|
|||
|
if a user dosnt have read permission, they wont be able to execute the file either, even if they do have execute permissions. they have to be able to read it to execute it.
add those users to the group, or make the file readable by "others". |
|||
| Google The UNIX and Linux Forums |