Linux Comm Samba
# Linux samba Command
[ Linux Command Manual](#)
The Linux samba command is used to control the Samba server.
samba is a script file that can start, stop the Samba server, or report its current status.
### Syntax
samba
**Parameter Description**:
* start Starts the Samba server service.
* stop Stops the Samba server service.
* status Displays the current status of the Samba server.
* restart Restarts the Samba server.
### Example
Start Samba
# samba start
[ Linux Command Manual](#)
YouTip