Rc script permission problem


 
Thread Tools Search this Thread
Operating Systems Solaris Rc script permission problem
# 1  
Old 03-09-2009
Rc script permission problem

Hi,

I have written a startup script which has be started while reboot.

I am using Solaris10 machine and i have logged in as a root user.

I have written a code the following code

cp ./StartService /etc/init.d/

chmod 744 /etc/init.d/StartService //i have given it executable permissions

chgrp root /etc/init.d/StartService //i have changed it group to root

ln -s /etc/init.d/StartService /etc/rc2.d/S200StartService //while startup
ln -s /etc/init.d/StartService /etc/rc0.d/K800StartService //whle shutdown


Still after running this script i see the following

rw-r-r root root Service

i am unable to get executable permission for the StartService.

I am not sure whether i can give 3digits after S in <S200StartService>.

pls solve my problem.

Thanks in advance
RaghuDeep Amilineni
raghu.amilineni
# 2  
Old 03-09-2009
Quote:
Originally Posted by raghu.amilineni
rw-r-r root root Service
where are you getting this from? can you paste the exact output?
# 3  
Old 03-09-2009
when i execute ls -l at /etc/init.d , i get the following message

-rw-r--r-- 3 root root 1000 Mar 9 16:24 StartService
raghu.amilineni
# 4  
Old 03-10-2009
try chmod 744 again and verify. Remove the softlink first
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

SVN Permission problem

I am running subversion 1.6.6 on Ubuntu 10.04 (Lucid), Viewvc 1.0.9 and apache2 (2.2.14) and LDAP authentication. I have multiple repositories on my SVN server and it all working fine, however I am unable to set access control (permissions) using AuthzSVNAccessFile. “SVNParentPath... (0 Replies)
Discussion started by: hassan1
0 Replies

2. Slackware

K3b permission problem

When I set up to backup /home to a DVD I am incurring a problem with K3B ver. 2.0.2 saying I (root) has insufficient privileges to access /home/myuser/hp-check.log file. It also does this to the lost+found files for /home and /opt. I am root and the file/directory has read+write privs for root.... (1 Reply)
Discussion started by: slak0
1 Replies

3. UNIX for Dummies Questions & Answers

Permission problem

How would i change permissions for a new directory so that i am the only one who has any access to any of the files created in it (2 Replies)
Discussion started by: trob
2 Replies

4. Shell Programming and Scripting

Rc script permission problem

Hi, I have written a startup script which has be started while reboot. I am using Solaris10 machine and i have logged in as a root user. I have written a code the following code cp ./StartService /etc/init.d/ chmod 744 /etc/init.d/StartService //i have given it executable... (0 Replies)
Discussion started by: raghu.amilineni
0 Replies

5. AIX

Peculiar permission problem

Scenario: Step 1. I'm logging into AIX server using user id called user1 Step 2. I'm traversing to home directory of user2 Note: This user2's home directory has the permissions drwxr-s--- Step 3. I'm issuing command pwd there. I'm getting the expected output. Step 4. I'm issuing the... (3 Replies)
Discussion started by: krishmaths
3 Replies

6. Solaris

file permission problem

Hi Expert, Could you tell me what is the meaning of " + " as shown below: drwxr-xrwx+ /opt Thanks. (2 Replies)
Discussion started by: skully
2 Replies

7. Linux

dos2unix permission problem

Hi All, I want to use the command "dos2unix" to format the file line break from win to unix, but after changing the file permission has been change to 600. how can i keep the original permisson after formatting? Many thz (2 Replies)
Discussion started by: eric_wong_ch
2 Replies

8. Solaris

Permission Problem

I ran the sys-unconfig command and now I can't seem to change the permission on that folder evne though I'm the Superuser(Root admin). I need to fix this so the user 'tommy' can login and have his home directory working. How do I fix this??? http://www3.telus.net/superstar/error.jpg (6 Replies)
Discussion started by: kungpow
6 Replies

9. Forum Support Area for Unregistered Users & Account Problems

Permission problem

I am having problems editing my options and profile etc. Whenever i do, i am getting a message that says I don't have any permissions. Can u tell me a solution. (2 Replies)
Discussion started by: rockyrak
2 Replies

10. UNIX for Dummies Questions & Answers

File permission problem

I have a crontab job that runs a database backup and directs the output to a log. I ran the job, and the output log file was created with no problems, but now if I try and run the same job again, I keep getting a file exists error. The permissions are: -rw-rw-r-- I also tried changing the... (2 Replies)
Discussion started by: jodie
2 Replies
Login or Register to Ask a Question