Search Results

Search: Posts Made By: Aditya Avanth
9,360
Posted By Aditya Avanth
Except script to run a local shell script on remote server using root access
local script:
cat > first.sh
cd /tmp
echo $PWD
echo `whoami`
cd /tmp/123
tar -cvf 789.tar 456
sleep 10
[ctrl-d]

except script:

cat > first
#!/usr/bin/expect
set ip 10.5.15.20
set...
Showing results 1 to 1 of 1

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