English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux samba command

Linux Command Manual

The Linux samba command is used for Samba server control.

samba is a script file that can start, stop the Samba server, or report the current status.

Syntax

samba [start][stop][status][restart]

Parameter Description:

  • start Start the Samba server service.
  • stop Stop the Samba server service.
  • status Display the current status of the Samba server.
  • restart Restart the Samba server.

Online Examples

Start Samba

# samba start

Linux Command Manual