xinetd_super_server wrote: > Dear all, > I have setup up an NIS domain in our lab, all PC are having Fedora > Core. > Now I want to setup administrative tool that can help me... > 1. to know which users have currently logged in... > 2. I can send messages to all connected users like "Server will be > down in 5 Min." > 3. If possible... total logged in time of each User and total data > transfer. > 4. How can i define limited disk quota for each user on server(how to > configure "quotad") > > How to find who are currently logged in ?? > Is there any utility in Linux ...like "net send" in Windows ?? to > send msg.s to users ??? > > looking for replies... > > thanx in advance....
Wow. You are just scratching the basics! First, a few helpful hints so you can learn to get these answers faster by finding them yourself. Use the command "apropos", if possible, to search the man pages for a relevant keyword(s). For example, the commands "apropos who" and "apropos quota" will answer your biggest questions above. 1. "w" or "who" seem like good bets. Try them, or use "man w" and "man who" to see which one serves your needs best. 2. This is sent automatically when you use the "shutdown" command. Use "man shutdown" for more info. 3. See #1 4. Do a "man edquota" to see if that is what you are looking for. Mark ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/0XFolB/TM --------------------------------------------------------------------~-> To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be removed. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/LINUX_Newbies/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
