What does nmbd stand for?

What does daemon "nmbd" stand for? I want to know where come from the abbreviation to help remember the daemon name.

I assumed NetBIOS daemon. But what stand for remaining "m"?

2 Answers

The initials of nmbd stand for NetBIOS Message Block Daemon. The nmbd server daemon understands and replies to NetBIOS name service requests such as those produced by SMB/CIFS in Windows-based systems.

The smbd server daemon provides file sharing and printing services to Windows clients. The initials of smbd stand for Server Message Block Daemon.

The nmbd and smbd daemons are controlled by the smb (Server Message Block) service.

Source: Red Hat Enterprise Linux Samba Daemons and Related Services

nmbd stands for NetBIOS name server daemon

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like