![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Services for Unix | dawningtech | Windows & DOS: Issues & Discussions | 0 | 05-22-2008 10:21 AM |
| Unix stopping the tcp services | esh | UNIX for Dummies Questions & Answers | 1 | 01-22-2008 11:58 PM |
| Unix Services (Solaris 9) | BCarlson | Security | 4 | 10-31-2005 08:12 AM |
| Windows Services for UNIX | eugrus | Windows & DOS: Issues & Discussions | 5 | 02-22-2005 03:52 AM |
| Print Services for Unix | kjm | UNIX for Dummies Questions & Answers | 1 | 01-30-2005 01:11 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Greetings All,
Telnet has stopped working on one of my servers and I need to restart it. But I don't know the command for it in UNIX. PLEASE HELP!!!!!!!!!!! |
| Forum Sponsor | ||
|
|
|
|||
|
First check to see if inetd is running:
Code:
ps -ef | grep inetd root 245 1 0 May 16 ? 0:06 /usr/sbin/inetd -s chuckb 25229 8836 0 13:31:56 pts/102 0:00 grep inetd If you don't get something like the top line, (ignore the grep line) you need to start inetd. Rebooting the box would be easiest, if thats not an option what exact OS are you running (Solaris, AIX, Linux, etc)
__________________
[url=http://chuckb.1le.net/]My website[/url] |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|