|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | 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 Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How can we share a script without actually sharing the code?
I have 4 scripts in my system. The end user has to execute the first file and based on the inputs (I am reading 1, 2 , 3 as options) my shell script will execute respective script files. Now I dont want to share all the 4 script files and share just one. Is it possible with shell scripts? |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Try to adjust access to the remaining scripts by keeping only execution right, or move them to directory accessible only by their owner.
|
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
You can use sudo, or you can give only execution flags to the archive for other users.
|
|
#4
|
||||
|
||||
|
Is this what you meant ? http://www.unix.com/302190058-post1.html
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hiding password for FTP in a script | Cass3 | Shell Programming and Scripting | 6 | 10-24-2008 02:41 PM |
| Bourne Shell: Hiding error messages | totziens | Shell Programming and Scripting | 5 | 05-02-2008 07:51 AM |
| Hiding PHP code on the server | sudhir_onweb | Shell Programming and Scripting | 4 | 04-13-2007 10:53 AM |
| Hiding perl-cgi code | sudhir_onweb | Shell Programming and Scripting | 4 | 03-21-2007 10:37 PM |
| Perl Code Hiding | sskb | Shell Programming and Scripting | 5 | 01-02-2002 01:21 PM |
|
|