please help


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting please help
# 1  
Old 10-27-2005
please help

Dear friends


I am writing small script containing ftping data to some other system.
code is here
cd /tmp

here iam sending data from /tmp dir ,that tmp dir owner is root

after sending the data i want to remove that gone files

if i give rm -f *.tip

then error was coming
rm: cannot unlink `TIP-14-3000434.tip': Operation not permitted
so now i want to login as a root after that i have give rm command
i know the root pwd
please letme know the sysntax usage of that passwd.

ihave tried like this

user root sys

but error was coming
Smilie Smilie

regards

rajan










Last edited by rajan_ka1; 10-27-2005 at 05:28 AM..
# 2  
Old 10-27-2005
Those are real data I think. I could ftp to it.

Remove them from the post.
# 3  
Old 10-27-2005
please help

Dear friends

i want to ftp some data to another ftp server as a super user


i used the following syntax in the script


like this

user su root

but the error user root does n't exist was coming

please post correct sysntx

regards
rajan


# 4  
Old 10-27-2005
please post reply


urgent


regards
rajan
# 5  
Old 10-27-2005
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question