On Wed, 12 Jan 2000, you wrote:
> Dear friends..
> 
> Any help is greatly appreciated.
> 
> I am trying to display a message HELLO in my current terminal. How do i do 
> this by adding an entry into the /etc/inittab file? Like now when i type 
> tty, it displays my current terminal, but i want to display hello..how do i 
> do that?

what are you trying to achieve?

echo HELLO will display a message in the current terminal.

the command `tty` does indeed report the current terminal device,
I don't know why you would want to to echo "HELLO" but
    alias tty='echo HELLO' should work.
If you are trying set a greeting message for users logging in, then
this can be done by editing the /etc/issue or /etc/issue.net files


-- 
Cheers,
Jim.
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to