Search Results

Search: Posts Made By: toanilsharma1
3,774
Posted By toanilsharma1
if i run a command, suppose # ./createreg -new...
if i run a command, suppose # ./createreg -new /opt/server1
now if i have to test in script wather it executed sucsessfully, Like
./createreg -new /opt/server1
if true
do next step
else
...
Forum: Linux 08-18-2008
4,070
Posted By toanilsharma1
how to make a Cent OS package.
I am using Cent OS 5.1. It has a command "yum" to install or update new packeges from a mirror or repository.

i am doing installation and configuration of Sun directory server and opensso. i have...
3,774
Posted By toanilsharma1
thank you so much era,:b:. surely u gonna take me...
thank you so much era,:b:. surely u gonna take me one step ahead from a beginer.;)
3,774
Posted By toanilsharma1
is the following way is the right to check a file...
is the following way is the right to check a file in a folder and if file not in the folder copy from the repositry.
cd /var/lib
ls -l libstdc++.so.5 >>/dev/null
if [ $? -ne 0 ]
then
cp ...
3,774
Posted By toanilsharma1
ahhhhh..... i got you era. it simplified the...
ahhhhh..... i got you era. it simplified the whole thing.. i wasn't aware of -p option:mad:.. now i can cut short my script at many places.:D
3,774
Posted By toanilsharma1
Thank you guys, all of you have given very...
Thank you guys, all of you have given very relevent and precise answers to my query.
although i am a J2EE app developer, and some how i am into UNIX now and that was first shell script, so i had...
3,774
Posted By toanilsharma1
If loop is not working
The following piece of code is not running because it is fails to go inside the if condition. i want to create a directory if there is no directory in the input path. i am using Linux, by CENT. ...
Showing results 1 to 7 of 7

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