Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titlestarting nmbd
root@dilos:~# svcs nmbd
STATE          STIME    FMRI
disabled       14:50:58 svc:/nmbd:default
root@dilos:~# svcadm enable nmbd
root@dilos:~# svcs nmbd
STATE          STIME    FMRI
online         17:27:10 svc:/nmbd:default

Another simple configuration:

Code Block
[global]
   workgroup = DILOS
   server string = DilOS Example Server
   dns proxy = no
   interfaces = 172.16.1.0/24
   log file = /var/log/samba/log.%m
   max log size = 1000
   syslog = 0
   panic action = /usr/share/samba/panic-action %d
   server role = standalone server
   passdb backend = tdbsam
   obey pam restrictions = yes
   unix password sync = yes
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
   pam password change = yes
   map to guest = bad user

   usershare allow guests = yes

[guest]
   comment = Example of shared resource
   path = /var/tmp/samba
   browseable = yes
   read only = no
   guest ok = yes

and the result on a windows computer, scan the network:

Image Added

here we see the dilos server:

Image Added

and the only shared resource from the configuration above (guest):

Image Added

create a folder on the shared resource:

Image AddedImage Added

Now let's downlad something real from the Internet:

Image Added

so, the file is local now:

Image Added

copy it to the shared resource:

Image Added

See the properties of the file:

Image Added

Now, let's copy it to the desktop:

Image Added

et voilĂ :

Image Added


Filter by label (Content by label)
showLabelsfalse
max5
spacesDS
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("windows","samba","cifs") and type = "page" and space = "DS"
labelssamba cifs windows

...

Page Properties
hiddentrue


Related issues