Search Results

Search: Posts Made By: frum
2,575
Posted By RudiC
You best set ssh up for public key...
You best set ssh up for public key authentication, so you don't have to supply any password.
You can capture the output by using "command substitution" like A=$(ssh ...).
2,575
Posted By vbe
e.g. as here remote shells are blocked by routers...
e.g. as here remote shells are blocked by routers for security:

n12:/home/vbe $ uname;ssh barge "uname && ps -ef|grep vbe|wc -l"
AIX
Password:
SunOS
4

as I have not used publick...
1,233
Posted By RavinderSingh13
Hello, Could you please try the following...
Hello,

Could you please try the following and let us know.


if [[ `ps -ef|grep dw.sap|wc -l` -gt 17 ]]; then
echo "Success!"
else
echo "Failure!"
fi



Thanks,
R....
2,124
Posted By RudiC
So you compare files' names, not files' contents?...
So you compare files' names, not files' contents? diff won't help, then. Make backups, and then, assuming your cwd is dir1, try (untested): ls *.xml | while read FN; do [ -f /path/to/dir2/$FN ] &&...
Forum: Solaris 09-05-2013
859
Posted By bartus11
Maybe some startup script is creating those...
Maybe some startup script is creating those interfaces at the boot time. Check it with:find /etc -type f | xargs grep ifconfig
Showing results 1 to 5 of 5

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