[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Samba



On Mon, 20 Feb 2012 22:47:27 , Bernd Mueller <ragnar76@googlemail.com> wrote:
> Hey,
>
> Am 20.02.2012 22:07, schrieb m0n0:
> > ...but, maybe the smbd processes running aren't childs, what does -ps Af
> > ¦ grep "smbd" output?
> > There one can see if these processes are child processes of another smbd.
> I would recommend "pstree -a pid". In the example above i only get a
> "smbd -D" which means samba runs as a daemon without childs.
>
> bye
> Bernd
>
>


bash-2.05a# ps -Af ¦ grep mbd
298  000   0     0  Sleep   3366912 00:01.76  smbd -D
304  000   0     0  Sleep   1966080 00:00.18  nmbd -D
309  298   0     0  Ready   3514368 00:35.92  smbd -D
310  298   0     0  Ready   3514368 00:36.56  smbd -D
311  298   0     0  Sleep   3514368 00:35.88  smbd -D
317  298   0     0  Ready   3514368 00:09.27  smbd -D
320  298   0     0  Sleep   3514368 00:05.28  smbd -D
321  298   0     0  Ready   3514368 00:07.30  smbd -D


bash-2.05a# pstree -a 298
smbd -D
 ¦-smbd -D
 ¦-smbd -D
 ¦-smbd -D
 ¦-smbd -D
 ¦-smbd -D
 `-smbd -D


Regards,
Peter