Skip to content

Instantly share code, notes, and snippets.

@NahianAhmed
Created October 17, 2023 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NahianAhmed/62e3fd6c917aa6d1e672f9c2d1541117 to your computer and use it in GitHub Desktop.
Save NahianAhmed/62e3fd6c917aa6d1e672f9c2d1541117 to your computer and use it in GitHub Desktop.
Setup samba in Linux

Step 1: Install Samba sudo apt update sudo apt install samba -y

Step 4: Set Up a User Account To create a user account, set a username and password with: sudo smbpasswd -a username

Ref: https://phoenixnap.com/kb/ubuntu-samba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment