Search Results

Search: Posts Made By: ynilesh
4,818
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,394
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,116
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,742
Posted By ynilesh
try using 'read' - nilesh
try using 'read'

- nilesh
6,036
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,295
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,830
Posted By ynilesh
file {filename}
file {filename}
1,868
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,426
Posted By ynilesh
check entries or values?
check entries or values?
12,633
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,429
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,230
Posted By ynilesh
what output are you getting ?
what output are you getting ?
3,379
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,379
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,978
Posted By ynilesh
try jdgraph. Do you have any specific...
try jdgraph. Do you have any specific requirement?

- nilesh
6,229
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,390
Posted By ynilesh
Have you try diff and cmp commands ? - nilesh
Have you try diff and cmp commands ?

- nilesh
6,229
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,400
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,915
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,915
Posted By ynilesh
You can grep for "Jan 17".
You can grep for "Jan 17".
1,766
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,359
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,808
Posted By ynilesh
Use tripwire. - nilesh
Use tripwire.

- nilesh
2,280
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 03:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy