Search Results

Search: Posts Made By: ynilesh
4,842
Posted By ynilesh
are both the unix box are of same flavor, i mean...
are both the unix box are of same flavor, i mean redhat linux, suse like that. ?
2,415
Posted By ynilesh
Could you please let us know what exactly are you...
Could you please let us know what exactly are you trying to do ?

- nilesh
4,184
Posted By ynilesh
if you have other system as unix, you can...
if you have other system as unix, you can configure nfs on master box( year 98) and mount that nfs partition on other system and copy data locally after mounting.

you can also use scp, rsync...
4,765
Posted By ynilesh
try using 'read' - nilesh
try using 'read'

- nilesh
6,086
Posted By ynilesh
there are different editors which can be used to...
there are different editors which can be used to open file like vi, emac etc
12,370
Posted By ynilesh
umask value can be change. umask {new value} ...
umask value can be change.
umask {new value}

for example.
umask 222

- nilesh
16,874
Posted By ynilesh
file {filename}
file {filename}
1,904
Posted By ynilesh
This way you can get them on the seperate line. ...
This way you can get them on the seperate line.
grep -B 1 -i SIP forum.txt | sed -e 's/<value>//g' -e 's/<key>//g' -e 's/<\/value>//g' -e 's/<\/key>//g'

- nilesh
1,455
Posted By ynilesh
check entries or values?
check entries or values?
12,715
Posted By ynilesh
You need to do lots of customization. By defalut...
You need to do lots of customization. By defalut system gives you read access of most of the directories/files. You can try creating chroot like environment.

- nilesh
5,481
Posted By ynilesh
You can use mrtg with snmp to graph that data. ...
You can use mrtg with snmp to graph that data.

- nilesh
2,245
Posted By ynilesh
what output are you getting ?
what output are you getting ?
3,427
Posted By ynilesh
It seems both script can write into file. Are...
It seems both script can write into file.
Are you sure about redirect operator? Use >> redirect operator n try.

- nilesh
3,427
Posted By ynilesh
Did you try same command on command line with...
Did you try same command on command line with same user?
Does your file have write permission ?

- nilesh
3,994
Posted By ynilesh
try jdgraph. Do you have any specific...
try jdgraph. Do you have any specific requirement?

- nilesh
6,249
Posted By ynilesh
1. Did you check logs why its not running? 2....
1. Did you check logs why its not running?
2. Are those script executable?
3. You can also try putting them into your bash_profile.
4. Are you using any environment variable, if yes you have to...
2,399
Posted By ynilesh
Have you try diff and cmp commands ? - nilesh
Have you try diff and cmp commands ?

- nilesh
6,249
Posted By ynilesh
how do you start your program? did you try...
how do you start your program?
did you try puting your script in /etc/rc.local ?

- nilesh
5,425
Posted By ynilesh
Could you please paste error, in case you are...
Could you please paste error, in case you are getting any ? which os?

- nilesh
4,937
Posted By ynilesh
cat log.file | grep -B 5 "Jan 17" This will...
cat log.file | grep -B 5 "Jan 17"
This will print below 5 lines of the search.

-nilesh
4,937
Posted By ynilesh
You can grep for "Jan 17".
You can grep for "Jan 17".
1,777
Posted By ynilesh
Yes it is variable and display you list of...
Yes it is variable and display you list of command line arguments passed.
create a script, with echo statement in it.


and then run script.
sh test.sh 1 2 4

It should display arguments,
9,373
Posted By ynilesh
if update.sh is specified present in any of the...
if update.sh is specified present in any of the standard binary path like /bin, /sbin, /use/bin, you can directly use it.

And if update.sh is not present in any of the binary location you have to...
2,862
Posted By ynilesh
Use tripwire. - nilesh
Use tripwire.

- nilesh
2,307
Posted By ynilesh
Are you doing it to keep backup of these...
Are you doing it to keep backup of these directories/files?
tar -czvvf backup.tgz /var/www/logs/ /var/www/zones/ /var/www/messages

Above command wont harm /var/www/logs/ /var/www/zones/ ...
Showing results 1 to 25 of 218

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