Search Results

Search: Posts Made By: brian112
4,169
Posted By itkamaraj
once you ftp'ed the file, change the permission...
once you ftp'ed the file, change the permission using the chmod command.

644 is default permission for the file
4,926
Posted By vbe
I am quite sure there is a GUI... what are you...
I am quite sure there is a GUI... what are you looking for?
If it is an X application you looking for then of course you wont find one ... Its gone JAVA... Like IBM's TSM/adsm...where
now you...
4,074
Posted By rdcwayx
check my reply in this link, you can continue it...
check my reply in this link, you can continue it by your request.

https://www.unix.com/shell-programming-scripting/150019-replace-information-file.html
4,074
Posted By DGPickett
Each server should write it's own daily report on...
Each server should write it's own daily report on cron, and you just pick them up using scp with passwordless public key access and yesterday's date. The reporting system script should annotate the...
Forum: Solaris 09-07-2010
5,727
Posted By ygemici
sorry for later #!/bin/tcsh if ($# < 1)...
sorry for later

#!/bin/tcsh
if ($# < 1) then ----> we control parameters count
echo paramter broken ---> if parameters less than 1 echo message and quit
exit
endif
set b = ($*) --->...
Forum: Solaris 09-06-2010
5,727
Posted By jlliagre
#!/bin/ksh for i do ping $i 2 >/dev/null...
#!/bin/ksh
for i
do
ping $i 2 >/dev/null && dig +short -x $i >/dev/null && echo $i
done
Forum: Solaris 09-06-2010
5,727
Posted By ygemici
#!/bin/tcsh if ($# < 1) then echo paramter...
#!/bin/tcsh
if ($# < 1) then
echo paramter broken
exit
endif
set b = ($*)

foreach i ( $b )
echo $i host informations
echo "*******************"
if ( " `/usr/sbin/ping $i 5 |...
Forum: Solaris 09-06-2010
5,727
Posted By methyl
Suggest this post gets moved to the Solaris...
Suggest this post gets moved to the Solaris board. Also it is very unusual to write systems administration scripts in tcsh.

To use a non-default nameserver:
nslookup ipaddress nameserver
Showing results 1 to 8 of 8

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