samba:check_samba_is_running
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
samba:check_samba_is_running [2016/07/10 08:55] – peter | samba:check_samba_is_running [2019/12/04 18:58] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Samba - Check Samba is running ====== | ||
- | |||
- | ===== Check the Samba Server is running ===== | ||
- | |||
- | <code bash> | ||
- | ps -ef | grep smbd | ||
- | </ | ||
- | |||
- | Result: | ||
- | |||
- | < | ||
- | root | ||
- | root | ||
- | root | ||
- | root | ||
- | root | ||
- | root | ||
- | root 88308 87793 0 09:49 pts/0 00:00:00 grep --color=auto smbd | ||
- | </ | ||
- | |||
- | |||
- | ??? | ||
- | |||
- | <code bash> | ||
- | ps -ef | grep nmbd | ||
- | </ | ||
- | |||
- | Result: | ||
- | |||
- | <code bash> | ||
- | root | ||
- | root 88339 87793 0 09:54 pts/0 00:00:00 grep --color=auto nmbd | ||
- | </ | ||
- | |||
- | |||
- | |||
- | ===== Check the Samba Client is running ===== | ||
- | |||
- | <code bash> | ||
- | smbclient -L ShareWiz -N | ||
- | </ | ||
- | |||
- | Result: | ||
- | |||
- | < | ||
- | WARNING: The " | ||
- | Domain=[SHAREWIZ] OS=[Windows 6.1] Server=[Samba 4.3.9-Ubuntu] | ||
- | |||
- | Sharename | ||
- | --------- | ||
- | print$ | ||
- | open Disk ShareWiz File Server Open | ||
- | share | ||
- | secureshare | ||
- | IPC$ IPC IPC Service (server1 server (Samba, Ubuntu)) | ||
- | Domain=[SHAREWIZ] OS=[Windows 6.1] Server=[Samba 4.3.9-Ubuntu] | ||
- | |||
- | Server | ||
- | --------- | ||
- | SERVER1 | ||
- | |||
- | Workgroup | ||
- | --------- | ||
- | SHAREWIZ | ||
- | </ | ||
samba/check_samba_is_running.1468140950.txt.gz · Last modified: 2020/07/15 09:30 (external edit)