Search Results

Search: Posts Made By: joydeep
11,879
Posted By joydeep
Telnet is a service. Make sure telnet is running...
Telnet is a service. Make sure telnet is running on your DOS system. you want to "connect from unix server to dos client". In such a situation, telnet should run as a server on DOS, and there should...
1,601
Posted By joydeep
in grep, "^$" denotes the begaining and end of...
in grep, "^$" denotes the begaining and end of search string. whereas "^h.*" means any name start with "h". You could better understand if you use "grep '^$h.*' test.txt"
Forum: Linux 11-14-2007
4,029
Posted By joydeep
I think you should have a clear idea about sudo...
I think you should have a clear idea about sudo before using it. Please go through the URL sudo - Linux Command - Unix Command (http://linux.about.com/od/commands/l/blcmdl8_sudo.htm) and do...
45,550
Posted By joydeep
.....and to find the error run the script...
.....and to find the error run the script manually and post the output here.
1,534
Posted By joydeep
# change the directory $$ cd /usr/app/logs/ ...
# change the directory
$$ cd /usr/app/logs/

# See the list of files under /usr/app/logs/
$$ ls -lrt /usr/app/logs/*

# send the output into a file and exclude system.log*
$$ ls -lrt...
Forum: Solaris 11-13-2007
9,072
Posted By joydeep
You can use this command : #for file in...
You can use this command :

#for file in /tmp/var.out; do ls -lrt $file; done --> it will show you the timestamp.

If the file /tmp/var.out contain only file name, then use

#for file in...
Forum: HP-UX 11-08-2007
23,310
Posted By joydeep
$$ /usr/sbin/swlist | grep -i apache . However,...
$$ /usr/sbin/swlist | grep -i apache . However, you can use httpd -v to see the apache version or Please have a look inside the httpd.conf file.
Forum: HP-UX 11-08-2007
23,310
Posted By joydeep
Find the command swlist and use proper path to...
Find the command swlist and use proper path to execute the command. lvdisplay/pvdisplay shows logical volume and physical volume respectively.
Forum: Solaris 11-08-2007
9,072
Posted By joydeep
could you please open the message file and see...
could you please open the message file and see what message they are? I hope it will help you to do RCA.
27,517
Posted By joydeep
There are many commands like wall, write, and...
There are many commands like wall, write, and talk. Wall is the default command use to send broadcast message to unix user.
2,288
Posted By joydeep
I am not clear that much, however what I've...
I am not clear that much, however what I've understood, you need to modify your program a little .........

set -A Files
let i=2
while (i<=$#)
do
File[i]=$i
let i=i+1
done
Forum: Programming 11-08-2007
2,126
Posted By joydeep
Dear friend, Please be specific and clear...
Dear friend,

Please be specific and clear if you really seeking the answer. Really the question is itself confusion.

Regards!
Showing results 1 to 12 of 12

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