<br><br><div class="gmail_quote">On Wed, Jul 22, 2009 at 10:52 AM, Tran Van Hung <span dir="ltr"><<a href="mailto:tvhungsg@yahoo.com.vn">tvhungsg@yahoo.com.vn</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
Hello all!<br><br>I have met inform as following. I see that no smb on init.d folder. <br>
<br>
[root@maychu1 home]# /etc/rc.d/init.d/smb start<br>
bash: /etc/rc.d/init.d/smb: No such file or directory<br>
<br>Pls help me how to have smb on init.d folder? Thank you.<br><br>Thank you & Best Regards,<br>
</td></tr></tbody></table></blockquote></div><br>You probably do not have the samba package installed. You can do:<br><br>rpm -q samba<br><br>If no packages are listed, do:<br><br>yum -y install samba<br><br>This will install the samba package which contains the /etc/rc.d/init.d/smb script.<br>
<br>Instead of running the script directly, it's easier to do:<br><br>service smb start<br><br><br>