samba server沒有辦法起動 - Linux

Table of Contents

我目前使用Ubuntu gusty,
我下了以下指令但是卻出現很怪的訊息,用ps檢查smdb也沒有起動。
請問這是怎麼一回是?

thshie@thshie-desktop:~$ sudo /etc/init.d/samba start
[sudo] password for thshie:
* Starting Samba daemons

The current directory must be set to the RSI directory.
Change the default to the RSI directory and re-run
this script.

[ OK ]
thshie@thshie-desktop:~$ ps aux |grep smbd
thshie 6703 0.0 0.0 5128 840 pts/0 S+ 20:08 0:00 grep smbd
thshie@thshie-desktop:~$ ps aux |grep nmbd
root 5345 0.0 0.0 62212 1864 ? Ss 20:00 0:00
/usr/sbin/nmbd -D
thshie 6705 0.0 0.0 5132 848 pts/0 S+ 20:08 0:00 grep nmbd

--

All Comments