Operating System - HP-UX
1834220 Members
3108 Online
110066 Solutions
New Discussion

Re: Usage of Talk Command

 
Arun Jain
Frequent Advisor

Usage of Talk Command

Hello Everybody,
I am new to HPUX... If anyone knows how to use talk command to chat in HPUX platform.... Is there any service that is to be enabled or not...

kindly tell me

Thanks
Arun Jain
speak less say more
4 REPLIES 4
Richard Hepworth
Esteemed Contributor

Re: Usage of Talk Command

Hi,

Check that ntalk is enabled in /etc/inetd.conf and make sure the user you are trying to talk to has allowed incoming messages. You can check this by using the mesg command. If this returns n then messaging is not allowed. Type mesg y to allow this.

regards,

Richard
Arun Jain
Frequent Advisor

Re: Usage of Talk Command

thanks richard for ur response...

but in that file it is showing "wait" status in front of it....how to change that and also it is using "udp" protocol but in other commands it is showing "tcp".... and what does its daemon "ntalkd" do....what should I do and how..... kindly reply me again

thanks and regards
speak less say more
Richard Hepworth
Esteemed Contributor

Re: Usage of Talk Command

Hi,

Just make sure you have the following entry in /etc/inetd.conf:

ntalk dgram udp wait root /usr/lbin/ntalkd ntalkd

ntalkd is the daemon that notifies a user that another user wants to start a conversation.

regards,

Richard
Arun Jain
Frequent Advisor

Re: Usage of Talk Command

hi again,

it is the same entry you gave but it is showing a blank screen only after entering talk command (talk user@server)and no user can do anything on it...

what to do
speak less say more