| View previous topic :: View next topic |
| Author |
Message |
Matthew Lincoln Guest
|
Posted: Sun Nov 16, 2008 8:26 am Post subject: Do all Linux distros have Samba built-in? Detect if Samba in |
|
|
Sorry for this question but do meanwhile all Linux distributions have Samba built-in?
If not: Which distro have Samba built-in?
How do I find out if a current Linux distro have Samba installed and which version?
Matthew |
|
| |
|
Back to top |
Davide Bianchi Guest
|
Posted: Sun Nov 16, 2008 2:34 pm Post subject: Re: Do all Linux distros have Samba built-in? Detect if Samb |
|
|
On 2008-11-16, Matthew Lincoln <kmlincoln100@hotmail.com> wrote:
| Quote: | Sorry for this question but do meanwhile all Linux distributions have
Samba built-in?> If not: Which distro have Samba built-in?
|
No distribution has "built-in". Most of them do distribute the
daemons but if it is installed or not (or configured) is left as an
excercise to the reader.
| Quote: | How do I find out if a current Linux distro have Samba installed
and which version?
|
smbclient -V will tell you if the client is installed and which
version
For the server part, look if you have smbd/nmbd somewhere.
Davide
--
I could dance with you until the cows come home. On second
thought, I'd rather dance with the cows until you come home.
-- Julius Henry "Groucho" Marx (http://en.wikiquote.org/wiki/Groucho_Marx) |
|
| |
|
Back to top |
notbob Guest
|
Posted: Mon Nov 17, 2008 12:24 am Post subject: Re: Do all Linux distros have Samba built-in? Detect if Samb |
|
|
On 2008-11-16, Matthew Lincoln <kmlincoln100@hotmail.com> wrote:
| Quote: | Sorry for this question but do meanwhile all Linux distributions have Samba built-in?
If not: Which distro have Samba built-in?
|
Most of the major distributions include samba. Small footprint distros like
DSL typcially do not.
| Quote: | How do I find out if a current Linux distro have Samba installed and which version?
|
Try distrowatch. They list the major packages included in all the linux
(and bsd) distributions:
http://distrowatch.com/
nb |
|
| |
|
Back to top |
|