Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This guide covers how to create a samba share, and set it writeable by all, or by a group, or specific users.

Install samba

Debian / Ubuntu etc.

Code Block
sudo apt install samba

Arch / Manjaro etc.

Code Block
sudo pacman -S samba

Create user (and optionally group) under which will share

...