what do you want to do to users?
You can add/delete/modify on the command line easy enough.
Is there a system-config-users-tui?
AXISHK
ASKER
yum whatprovides "xhosts*" will display :
xorg-x11-server-utils-7.7-2.el6.x86_64 : X.Org X11 X server utilities
How to install it further ? Tks
Zephyr ICT
You can install it with "yum install xorg-x11-server-utils"
If you want to install it via groupinstall (this will install much more though, so I don't know what you want to achieve, is it a server or desktop?) you can do something like this:
Did you try with "xhost +" and then starting system-config-users?