![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Awk - to test multiple files "read" permission ? | lokiman | Shell Programming and Scripting | 1 | 02-09-2008 12:10 PM |
| Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" | Lokesha | UNIX for Dummies Questions & Answers | 4 | 12-20-2007 01:52 AM |
| screen throws "permission denied" | miechu | Shell Programming and Scripting | 6 | 10-24-2006 09:17 PM |
| Unix "at" / "Cron" Command New Problem...Need help | Mohanraj | UNIX for Dummies Questions & Answers | 3 | 01-26-2006 08: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 08:41 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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 04:57 PM.. |
|
||||
|
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". |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|