Advertisement
wispCodes

start and enable samba services

Nov 13th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. sudo systemctl start smb.service
  2. sudo systemctl start nmb.service
  3.  
  4. sudo systemctl enable smb.service
  5. sudo systemctl enable nmb.service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement