ubuntu:samba:samba_configuration
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:samba:samba_configuration [2019/12/08 18:44] – peter | ubuntu:samba:samba_configuration [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 168: | Line 168: | ||
<code bash> | <code bash> | ||
## Option: manually kill and start on OpenBSD | ## Option: manually kill and start on OpenBSD | ||
- | pkill smbd;pkill nmbd | + | pkill smbd;pkill nmbd |
- | / | + | / |
- | / | + | / |
## Option: HUP on OpenBSD | ## Option: HUP on OpenBSD | ||
- | kill -HUP `cat / | + | kill -HUP `cat / |
- | kill -HUP `cat / | + | kill -HUP `cat / |
</ | </ | ||
Line 185: | Line 185: | ||
Place it in the /etc/fstab on the machine you want to mount from. | Place it in the /etc/fstab on the machine you want to mount from. | ||
- | In this example we have two machines, samba_box which runs samba and another machine called BSD_box where we want to see the files from. This line will mount the directory / | + | In this example we have two machines, samba_box which runs samba and another machine called BSD_box where we want to see the files from. This line will mount the directory / |
<file bash / | <file bash / | ||
Line 191: | Line 191: | ||
// | // | ||
</ | </ | ||
- | |||
- | |||
ubuntu/samba/samba_configuration.1575830643.txt.gz · Last modified: 2020/07/15 09:30 (external edit)