Search Results

Search: Posts Made By: rishav
1,311
Posted By rishav
store the directory names in a file and use while...
store the directory names in a file and use while loop to read this file and write your move statements inside this loop.
Forum: IP Networking 08-30-2012
20,111
Posted By rishav
(https://www.unix.com/members/302073784.html)thanks...
(https://www.unix.com/members/302073784.html)thanks a ton @hergp adding the lines and restarting the iptables resolved the issue :)
@RudiC: now I am able to telnet 5433 from localhost as well as...
Forum: IP Networking 08-29-2012
20,111
Posted By rishav
thanks @hergp will do the same and post the...
thanks @hergp will do the same and post the result.

@RudiC: I am not getting any error in Unix/CentOS side (and my application is also running fine on this box) but when i try to telnet port 5433...
Forum: IP Networking 08-29-2012
20,111
Posted By rishav
telnet for port 5433 is not working while it works for port 22
Hi,

I am trying to set up a dev environment and I have Ubuntu server (10.16.1.92) and a CentOS VM (10.16.3.235) on this. On the CentOS I have a program running on port 5433. Now my problem is that...
3,511
Posted By rishav
the problem may be due to "$mod_id". I suggest...
the problem may be due to "$mod_id". I suggest you to write the sql in a file and use -i option of isql.
hope this helps :)
17,522
Posted By rishav
grep ",," filename grep ", ,"...
grep ",," filename
grep ", ," filename
4,104
Posted By rishav
#!/bin/sh SESSION_NO=`sqlplus -s...
#!/bin/sh
SESSION_NO=`sqlplus -s ${DRBILOUKOS_USER} <<EOF
SET HEAD OFF @/export/home/drbiloukos/scripts/sessions_count/no_of_sessions.sql
EOF`
SESSION_THRESHOLD=250 MAX_SESSIONS=`sqlplus -s...
3,210
Posted By rishav
try this: (not tested)
try this: (not tested)
1,032
Posted By rishav
i think it is due to first 4 lines in the config...
i think it is due to first 4 lines in the config file...
try after removing those lines
5,539
Posted By rishav
use while loop i=0 while [[ $i -lt 1200 ]]...
use while loop

i=0
while [[ $i -lt 1200 ]]
do
touch ${i}.txt
i=`expr $i + 1`
done
29,230
Posted By rishav
i use this in solaris:
i use this in solaris:
3,708
Posted By rishav
try this change the find command...
try this


change the find command according to ur needs....
1,575
Posted By rishav
add these lines..
add these lines..
6,560
Posted By rishav
yes i have :) thanks
yes i have :) thanks
6,560
Posted By rishav
Hi, I just want to print file permission in 777...
Hi,
I just want to print file permission in 777 format...

---------- Post updated at 04:17 PM ---------- Previous update was at 04:15 PM ----------



Thanks danmero, i want something like...
6,560
Posted By rishav
get file permission in 777 format
Hi All,

Is there any unix(solaris) command to get file permissions in 777 format or do we need to write some script for it?
1,494
Posted By rishav
try this Use nawk if using solaris...
try this

Use nawk if using solaris...
128,218
Posted By rishav
yes.. use.. so simple :)
yes.. use..
so simple :)
1,582
Posted By rishav
script: processing files
Hi All,

I have a log file which is attached here:

ACCTXN.ALLOC, ACCTXN.IDX, ACCTXN.UDX, AE_COMS, AGENCY are different file names present in my input file (it could be 000s files and all names...
801
Posted By rishav
you can use this: In filename u can write...
you can use this:

In filename u can write all file's name.
2,352
Posted By rishav
if u r having problem with creating ssh...
if u r having problem with creating ssh connection you can go through this:
SSH login without password (http://www.linuxproblem.org/art_9.html)
131,111
Posted By rishav
if u want to append to file u can use
if u want to append to file u can use
1,555
Posted By rishav
use something like this
use something like this
3,098
Posted By rishav
try this
try this
2,364
Posted By rishav
Thanks.. now working fine..
Thanks.. now working fine..
Showing results 1 to 25 of 29

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