LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   What are these services? {newbie} (https://www.linuxquestions.org/questions/linux-security-4/what-are-these-services-%7Bnewbie%7D-21222/)

Radio 05-17-2002 02:20 PM

What are these services? {newbie}
 
Hi,
What are these services?

sshd
xfs
crond

If there are not needed, how do I turn them off?

Cheers

trickykid 05-17-2002 02:25 PM

sshd = ssh daemon, for secure shell. like telnet but more secure. disable from your startup scripts.

xfs = a high performance journaling filesystem. i wouldn't disable this. http://oss.sgi.com/projects/xfs/index.html

crond = cron job daemon. to schedule automated tasks on your system. man cron for more info.

Radio 05-17-2002 03:46 PM

Hi,
Thanks for the advice:) How do I sshd for the startup disable :confused:

Thanks
Radio:Pengy:

unSpawn 05-17-2002 06:44 PM

()How do I sshd for the startup disable

No, Tricky prolly ment you should disable telnetd if you got it running. It's run from (x)inetd, plz look at the man, config.

neo77777 05-18-2002 12:14 PM

And hold on desabling xfs - it's not a journaling system (just a name collapse) it is the X font service.


All times are GMT -5. The time now is 02:05 PM.