Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NIS

Status
Not open for further replies.

Michael42

Programmer
Oct 8, 2001
1,454
US
How can I determine if NIS is running on my server already?

Thanks,

Michael

MCSE NT\2000, UNIX, Novell
Java, JSP, ASP, VB
 
ps -ef | grep -i ypserv

or

/sbin/service ypserv status

or

/etc/rc.d/init.d/ypserv status


One of the above should work. The last two are the same commands.


ChrisP ------------------------------------------------------------------------------
If somebody helps you, please vote for them for "Tipmaster of the Week" by giving them a "purple star". This can be done by clicking the "Mark this post as a helpful/expert post" button.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top