ubuntu-page-8
This is an old revision of the document!
How to Install Samba Server
1. Samba is included in most Linux distributions. To install Samba on Ubuntu, simply run the following command in terminal
sudo apt install samba samba-common-bin
2. To check your Samba version, run
smbd --version
3. To check if Samba service is running, issue the following command
systemctl status smbd nmbd
4. To start these two services, issue the following command
sudo systemctl start smbd nmbd
ubuntu-page-8.1697571128.txt.gz · Last modified: 2024/09/22 03:55 (external edit)