Search Results

Search: Posts Made By: kandanmv
41,195
Posted By kandanmv
Hi, If you are using csh, try "set filec". ...
Hi,
If you are using csh, try "set filec".

Thanks
3,210
Posted By kandanmv
Hi alex, I saw "man xview" but couldnt...
Hi alex,
I saw "man xview" but couldnt understand most part of it.
please help.

Thanks
3,210
Posted By kandanmv
Thanks alex, ill try it out.
Thanks alex, ill try it out.
14,610
Posted By kandanmv
hi, its normally under /usr/local/bin or...
hi,

its normally under /usr/local/bin or /usr/bin
check if its there, else copy from some other solaris machine, it should work fine.

Thanks
Forum: Cybersecurity 09-28-2001
14,084
Posted By kandanmv
Yeah loadc, ur right, Ill definitely make a note...
Yeah loadc, ur right, Ill definitely make a note of this.

Thanks & Regards
4,298
Posted By kandanmv
:D
:D
4,298
Posted By kandanmv
Hi, u can try this(copies without NFS). ...
Hi,
u can try this(copies without NFS).

/usr/bin/tar -cf - <sourcepath> | /usr/bin/rsh <remote machine> " cd /targetpath ; /usr/bin/tar -xBf - "

regds,
28,466
Posted By kandanmv
gee thanks. but the easiest way would be to use...
gee thanks.
but the easiest way would be to use perl

# perl -e 'printf "%s", scalar localtime(time-86400)'

regds,
28,466
Posted By kandanmv
Hi, sorry for the delayed response, just...
Hi,

sorry for the delayed response, just figured out.

u can use:

echo `echo '*time-0t86400=Y' | /usr/bin/adb -k | tail -2`

to get yesterdays date.

Thanks,
3,210
Posted By kandanmv
doubt in Solaris CDE
Hi all,

I have a couple of doubts with Solaris CDE(i use 2.6)

1. Is it possible to customize my mouse pointer in the CDE environment? im wondering how i can change the mouse pointer, say to a...
19,074
Posted By kandanmv
thanks yaar. Ill try it out and let u know...
thanks yaar.

Ill try it out and let u know if i come across any problem.
19,074
Posted By kandanmv
Hi, Thanks for the explanation. But these...
Hi,
Thanks for the explanation.

But these things dont work for a Solaris/HP/AIX box.

The idea of passing the DISPLAY variable is good, we can know the IP Address.

Is it possible to pass...
19,074
Posted By kandanmv
Hi, I have the same issue, it seems that the...
Hi,

I have the same issue, it seems that the second line of ur script gives the time. Can u tell me the exact working of this script?

Also, is it possible to find who is logged on in the remote...
Forum: Cybersecurity 09-15-2001
14,084
Posted By kandanmv
hi try this You might need to enter these in...
hi try this

You might need to enter these in ur shell startup scripts like .login or .profile or .bash_profile depending upon ur login shell.


% csh -i |& tee /tmp/demo
or
$ csh -i 2>&1 |...
15,243
Posted By kandanmv
Hi, try this out. goto /etc/default You...
Hi, try this out.

goto /etc/default

You will find "telnetd" file(if not create it default permissions)

write this:

BANNER="Welcome to my machine or whatever"

This should help.
Showing results 1 to 15 of 15

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