Re: How to tell if someone is connected via vnc
- From: Henning Larsen <hennlar@xxxxxxxx>
- Date: Thu, 31 Jan 2008 15:52:57 +0100
Thanks for the good answer.
On Thu, 2008-01-31 at 15:05 +0100, Olivier Robert wrote:
Hi,
I would check for established VNC connections this way:
netstat -tape | grep ESTABLISHED | grep Xvnc
As for warning connected users. If you see there is an established vnc
session on port 5902, you could simply do:
export DISPLAY=:2.0; xmessage -center -timeout 60 -file shutdown.txt
/dev/null 2>&1
How can I determine what the user responds, is there errorlevels or
anything like that? Hundred years ago I was making a lot of advanced
BAT-files in msdos, but have not done much of those things in Linux yet.
I could or maybe should find out reading man-pages, but have already
asked. :)
What is the reason for doing ' > /dev/null 2>&1'
You could create a list of established connections, translate it toIt helps a lot, Thanks
active displays (5902 -> 2.0 | 5903 -> 3.0 ...) and send out a
message.
Hope it helps
Olivier
Henning Larsen
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: How to tell if someone is connected via vnc
- From: Olivier Robert
- Re: How to tell if someone is connected via vnc
- References:
- NFS
- From: Raven Brooke
- How to tell if someone is connected via vnc
- From: Henning Larsen
- Re: How to tell if someone is connected via vnc
- From: Jacques B.
- Re: How to tell if someone is connected via vnc
- From: Henning Larsen
- Re: How to tell if someone is connected via vnc
- From: Henning Larsen
- Re: How to tell if someone is connected via vnc
- From: Olivier Robert
- NFS
- Prev by Date: Re: Freeze on Lid close
- Next by Date: Re: Good bye
- Previous by thread: Re: How to tell if someone is connected via vnc
- Next by thread: Re: How to tell if someone is connected via vnc
- Index(es):