![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| changing permissions on a 444 file (ie chmod 444) | ajcannon | UNIX for Dummies Questions & Answers | 1 | 08-31-2007 07:48 AM |
| ls and chmod numeric permissions | rondebbs | UNIX for Dummies Questions & Answers | 1 | 12-28-2005 09:57 PM |
| chmod (permissions) * not working on remote server | sdlayeeq | UNIX for Advanced & Expert Users | 3 | 05-06-2005 11:02 AM |
| chmod permissions | himurak | UNIX for Dummies Questions & Answers | 1 | 11-30-2004 07:13 PM |
| directory permissions and CHMOD | ncarmstrong | UNIX for Dummies Questions & Answers | 3 | 08-14-2002 10:00 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Unix chmod permissions
Hello all,
Trying to do the following. 1. Run Windows installer from a unix server. 2. Let user run the shortcut but not allow access to the folder where the exe itself is running. What I have done so far: 1. Copied the application to the server and placed in a folder called "data". 2. Created a shortcut of the executable and placed it to the parent of the data folder. Question:How do I give the user access to run the executable but not give the access to enter the data folder? Using samba and windows xp. I've done it previously using: chmod o-rw+x <directory> command but executing the command doesn't work currently. essentially I would like the directory executable but not browse-able. thanks |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Quote:
where without a read permission on the executable how is it possible to load that in memory as a running segment? Quote:
Browse-able is nothing but able to cd to the directory and listing the files Executing on a directory is listing the contents in it. |
|
#3
|
|||
|
|||
|
Quote:
I see you point. The objective that I would like to accomplish is the following. Store programs on the server and provide the users a shortcut to the executable however not allow the users to click and drag the entire software installer package from the server. any insight would be appreciated. thanks. |
|||
| Google The UNIX and Linux Forums |