Sponsored Content
Top Forums Shell Programming and Scripting Execute permission for shell script Post 302895777 by Corona688 on Wednesday 2nd of April 2014 11:16:52 AM
Old 04-02-2014
Quote:
Originally Posted by krupasindhu18
i have given permissions to 777 to all
777 is not the magic sledgehammer to fix all permissions problems. Do you really want that file to be freely edited by random attackers?

Try 755.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

without execute permission

how can a script run without execute permissions. when i run myscript as : sh a.sh it was working but when i say simple a.sh its not working since it has no x permission.but how about fist case? (1 Reply)
Discussion started by: Raom
1 Replies

2. Shell Programming and Scripting

Only Execute Permission for Others...

This might be very silly question but i dont know y is it so... i Have script I have Given the permissions in the following manner... -rwxrwx--x 1 root system 3 Jun 08 15:46 temp I want no one to see what is present in that but should be able to execute it.. but when... (3 Replies)
Discussion started by: pbsrinivas
3 Replies

3. UNIX for Advanced & Expert Users

Script without read permission but execute the script

I have a script, except me no one can read the script but they can execute the script. Is it possible? (14 Replies)
Discussion started by: kingganesh04
14 Replies

4. Shell Programming and Scripting

How to execute a script without giving x permission to the file?

How to execute a script with out giving x permission to the file? (7 Replies)
Discussion started by: praveen_b744
7 Replies

5. Shell Programming and Scripting

How to use ssh execute other shell script on other host (shell script include nohup)?

i want use ssh on the host01 to execute autoexec.sh on the host02 like following : host01> ssh host02 autoexec.sh autoexec.sh include nohup command like follwing : nohup /home/jack/deletedata.sh & after i execute ssh host02 autoexec.sh one the host01. i can't found deletedata.sh... (1 Reply)
Discussion started by: orablue
1 Replies

6. Shell Programming and Scripting

shell script and Permission denied

Have the following in a .sh file. printf "Installing ... \ r" cd $ ORG_DIR / a_a . / configure> error.log Make 1> error.log 2> error.log make install> error.log But when I run I get the following. install.sh: line 270:. / configure: Permission denied make: *** No rule two make target... (3 Replies)
Discussion started by: Mumie
3 Replies

7. Shell Programming and Scripting

perl script to check read/write/execute permission for 'others'

I want to check access rights permissions not for 'user', not for 'group', but for 'others'. I want to do it by system command in which i want to use 'ls -l' and 'awk' command. I have written the following program : #!/usr/bin/local/perl #include <stdlib.h> system ("ls -l | awk... (1 Reply)
Discussion started by: shubhamsachdeva
1 Replies

8. Solaris

Script running even after execute permission removed.

Hi All, I'm new to solaris and this site but the advices in this site have helped me a lot. Today i am facing a new issue. We have a script for BMCDashboard and this script is not supposed to run evrytime the server is booted so we disabled the services and removed the execute... (7 Replies)
Discussion started by: Rockyc3400
7 Replies

9. Debian

Execute permission problem

Hello, I need to install a program from a DVD. It uses a sh script called setup. root@ragnok: head -2 /media/cdrom0/setup #!/bin/sh root@ragnok: ls -l /media/cdrom0/setup -r-xr-xr-x 1 root root 4688 Nov 8 08:38 /media/cdrom0/setup root@ragnok: /media/cdrom0/setup bash:... (2 Replies)
Discussion started by: snorkack59
2 Replies

10. UNIX for Advanced & Expert Users

Allow user without dir write permission to execute a script that creates files

In our project we have several unix scripts that trigger different processes. These scripts write logs to a particular folder 'sesslogs', create output data files in a separate directory called 'datafiles' etc. Usually L1 support team re-run these scripts . We donot want L1 support team to have... (14 Replies)
Discussion started by: waavman
14 Replies
Command(4)						     Kernel Interfaces Manual							Command(4)

NAME
Command - Contains file transfer directions for the uucico daemon SYNOPSIS
/usr/spool/uucp/LocalSystemName/C.SystemNamexxxx### DESCRIPTION
Command (C.*) files contain the directions that the uucp uucico daemon follows when transferring files. The full pathname of a command file is a form of the following: /usr/spool/uucp/SystemName/C.SystemNameNxxxx /C.SystemName indicates the name of the remote system. N represents the grade of the work, and xxxx is the 4-digit hexadecimal transfer- sequence number; for example, C.merlinCE01F. The grade of the work specifies when the file is to be transmitted during a particular connection. The grade notation has the following characteristics: It is a single number (0 to 9) or letter (A to Z, a to z). Lower sequence characters cause the file to be transmitted earlier in the connection than do higher sequence characters. The number 0 (zero) is the highest grade, signifying the earliest transmit- tal; z is the lowest grade, signifying the latest transmittal. The default grade is N. A command file consists of a single line that includes the following kinds of information in the following order: An S (send) or R (receive) notation. Note that a send command file is created by the uucp or uuto commands; a receive command file is created by the uux command. The full pathname of the source file being transferred. A receive command file does not include this entry. The full pathname of the destination file, or a pathname preceded by ~user (tilde user), where user is a login name on the specified system. Here, the tilde is shorthand for the name of the user's home directory. The sender's login name. A list of the options, if any, included with the uucp, uuto, or uux command. The name of the data file associated with the command file in the spooling directory. This field must contain an entry. If one of the data-transfer commands (such as the uucp command with the default -c flag) does not create a data file, the uucp pro- gram instead creates a placeholder with the name D.0 for send files, or dummy for receive files. The source file permissions code, speci- fied as a 3-digit octal number (for example, 777). The login name of the user on the remote system who is to be notified when the transfer is complete. EXAMPLES
Examples of send command and receive command files follow. Examples of Two Send Command Files The send command file /usr/spool/uucp/venus/C.heraN1133, created with the uucp command, contains the following fields: S /u/betp/f1 /usr/spool/uucppublic/f2 betp .nL -dC D.herale3655 777 jmp The fields are as follows: The S keyword denotes that the uucp command is sending the file. The full pathname of the source file is /u/betp/f1. The full pathname of the destination is /usr/spool/uucppublic/f2, where /usr/spool/uucp- public is the name of the uucp public spooling directory on the remote computer and f2 is the new name of the file. Note that when the user's login ID is uucp, the destination name may be abbreviated as ~ uucp/f2. Here, the ~ (tilde) is a short- hand way of designating the public directory. The person sending the file is betp. The sender entered the uucp command with the -C flag, specifying that the uucp command program should transfer the file to the local spooling directory and create a data file for it. (The -d flag, which specifies that the command should create any intermediate directories needed to copy the source file to the destination, is the default.) The name of the Data (D.*) file is D.herale3655, which the uucp command assigns. The octal permis- sions code is 777. On system hera, jmp is the login name of the user who is to be notified of the file arrival. The /usr/spool/uucp/hera/C.zeusN3130 send command file, produced by the uuto command, is as follows: S /u/betp/out ~/receive/msg/zeus betp .nL -dcn D.0 777[4~ msg The S denotes that the /u/betp/out source file was sent to the receive/msg subdirectory in the public spooling directory on system zeus by user betp. The uuto command used the default flags -d (create directories), -c (transfer directly, no spooling directory or data file), and -n (notify recipient). Note that the uuto command creates the receive/msg directory if it does not already exist. The D.0 notation is a placeholder, 777 is the permissions code, and msg is the recipient. Example of a Receive Command File The format of a receive command file is somewhat different from that of a send command file. When files required to run a specified com- mand on a remote system are not present on that system, the uux command creates a receive command file. For example, the following command produces the /usr/spool/uucp/zeus/C.heraR1e94 receive command file: uux - "diff /u/betp/out hera!/u/betp/out2 > ~uucp/DF" Note that the command in this example invokes the uux command to run a diff command on the local system, comparing file /u/betp/out with file /u/betp/out2, which is stored on remote system hera. The output of the comparison is placed in file DF in the public directory on the local system. The actual receive command file looks like this: R /u/betp/out2 D.hera1e954fd betp - dummy 0666 betp The R denotes a receive file. The uucico daemon, called by the uux command, gets the /u/betp/out2 file from system hera, and places it in a data file called D.hera1e954fd for the transfer. Once the files are transferred, the uuxqt daemon executes the command on the specified system. User betp issued the uux command with the - (dash) flag, which makes the standard input to the uux command the standard input to the actual command string. No data file was created in the local spooling directory, so the uucp program uses dummy as a placeholder. The permissions code is 666 (the uucp program prefixes the 3-digit octal code with a 0 [zero]), and user betp is to be notified when the command finishes executing. FILES
Describes access permissions for remote systems Describes accessible remote systems Contains uucp command, data, and execute files Contain data to be transferred Contains transferred files RELATED INFORMATION
Commands: uucp(1), uupick(1), uuto(1), uux(1), uuxqt(1), uudemon(4), cron(8), uucico(8), uusched(8) delim off Command(4)
All times are GMT -4. The time now is 04:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy