Search Results

Search: Posts Made By: Sivarajan N
2,222
Posted By Sivarajan N
I want to scp file from one server to another, both server have different user name and
Is there any possibility of Invoke user input

Like,using expect script interactive

expect script.sh user passwd

cat script.sh
#!/usr/bin/expect
scp ~/text.txt $1@IP: ~/
expect...
6,001
Posted By Sivarajan N
Calling expect from shell script which inturn call python
Yes Python have extension as .py

but i need to know,once script2 calls for .py internally.then how will the .py script will be invoked .

since .py script is available at local machine only and...
6,001
Posted By Sivarajan N
Calling expect from shell script which inturn call python
Hi Team,

I have to execute a task from my local machine, where i keep my .expect,.sh, .bash and .python scripts .Task are coded in the script and has to be executed at remote machine.

for...
2,513
Posted By Sivarajan N
Take backup of scripts listed in crontab
Hi,

I'm trying to take backups of script files listed in cron tab

but,my cron entry has value like this
10 3 * * * /usr/sbin/logadm
15 3 * * 0 /usr/lib/fs/nfs/nfsfind
30 3 * * * [ -x...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 09:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy