answersLogoWhite

0

To do this you will need at least read permission; if you don't have that then you will not be able to execute the script at all.

One way is to copy the script to your directory and add the execute permission.

The second way is to call the correct shell interpreter program directly, as in:

ksh /some/file/shell

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Can you execute a shell script if you do not have read permission for the file containing the script?

No, the shell needs both execute and read permissions to run the script.


How do you find the Narnia script?

The script for "The Chronicles of Narnia" movies is not typically available for public access online due to copyright restrictions. You may need to contact the studio or production company directly for permission to access the script.


Where can you find a copy of the script of everybody comes to rick's?

You can find a copy of the script of "Everybody Comes to Rick's" in script libraries, online script databases, or by contacting the rights holder for permission to access the script. It is the original screenplay for the film "Casablanca."


What is the command to execute a shell script?

If the shell script is readable and executable then to execute it just type the name of the shell script file. Otherwise, you can explicity call a shell interpreter to run the file as a shell script, i.e., ksh myfile


What are words containing the root word script or scrib?

subscribe script


What is the procedure of execute a script in shell in ubantu?

For any Unix or Linux based operating system, make the text file readable and executable and then invoke (call) it by the file name, which will execute the script.


How do you execute shell script under Linux?

Eithersh shellscript.shor./shellscript.sh


Which attribute is used in script tag to specify a file containing the java script statements?

The script tag will have the "src" attribute to identify the location of the script's contents.


How can you repeatedly execute a code in java script?

1) use for loop 2) do while loop


What is the name of the Tamil script?

தமிழ் எழுத்து (thamizh ezuththu) Tamil script வட்டெழுத்து (vattezhuththu) Type of script predominantly containing circles used for tamil.


What output text does SQLERRM contain when you execute a script which completes normally?

ORA-0000 Normal , successful , completion


How do you compile and run shell script of factorial?

Shell scripts are not compiled; they are interpreted (and therefore do not need to be compiled). Just type in the name of the shell script and any parameters it needs to execute.