If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > compiling unix shell scripts

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-23-02, 08:55
curciea curciea is offline
Registered User
 
Join Date: Apr 2002
Posts: 2
Question compiling unix shell scripts

Can anyone pass on some information on how to compile shell scripts or if there is a freeware compiler cout there so won't have to pay for something like Shell-lock?
Reply With Quote
  #2 (permalink)  
Old 04-25-02, 16:23
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
Just chmod the script.
Reply With Quote
  #3 (permalink)  
Old 04-26-02, 12:58
curciea curciea is offline
Registered User
 
Join Date: Apr 2002
Posts: 2
I would like the shell script not to be readable or alterable even by the owner if thats possible.
Reply With Quote
  #4 (permalink)  
Old 04-26-02, 18:21
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
I may not fully understand your situation, but from what you have said so far you can do the following: You can still accomplish this by turning off the rw(read/write) flags on the file and just turn on the x(execute) flag for the file - and change the owner/group to prevent the user from chmoding it back to readable, while still allowing execute.

I have a question: Why do you not want the owner to read/change something they created ???
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On