Search Results

Search: Posts Made By: diw10
1,442
Posted By diw10
Remote connection
How can we connect to remote computers with a bash script.?
1,581
Posted By diw10
Thank u guys....got it now.,
Thank u guys....got it now.,
1,581
Posted By diw10
when i executed the code without nested case i...
when i executed the code without nested case i got the required output....but when i included nested case none of the echo statement is printing
1,581
Posted By diw10
when a choice is provided....the echo statement...
when a choice is provided....the echo statement for that particular choice is not executing.
1,581
Posted By diw10
Sorry it did not solve my problem.....and read -p...
Sorry it did not solve my problem.....and read -p
is required to read from tput
1,581
Posted By diw10
Case execution problem
hi guys....in my code the echo statements inside case statements are not printing the required display info....pls help me out


#!/bin/bash
tput clear
tput cup 3 15
tput setaf 3
echo "BACKUP...
4,054
Posted By diw10
The thing is I need a script that automatically...
The thing is I need a script that automatically get IP for different systems in the network and mount directories from that systems.
4,054
Posted By diw10
I have this script and i'm getting some...
I have this script and i'm getting some error....please check and let me know if any corrections have to made

#!/bin/ksh

MOUNT=/bin/mount
UMOUNT=/bin/umount

DEST_PATH=/bin/backup
...
4,054
Posted By diw10
I have a script that takes input from the user...
I have a script that takes input from the user for path and IP.....but i need a script that automatically mount directories form remote systems.
4,054
Posted By diw10
Backup script in ksh
I need a script in ksh that
-automatically connect to computers in a network and identify directories in remote computers
-then mount directories on to the local host where the script is runned...
Showing results 1 to 10 of 10

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