Skip to content

Commit

Permalink
Create Samba
Browse files Browse the repository at this point in the history
Как установить Samba
  • Loading branch information
konoos56 committed Jan 29, 2024
1 parent 31f27cb commit bf1012b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/apps/Samba
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Samba

Samba — это реализация сетевого протокола SMB. Она облегчает организацию общего доступа к файлам и принтерам между системами Linux и Windows и является альтернативой NFS.
## Установка из репозитория

**Samba** можно установить привычным и удобным способом:

**Установка через терминал**

::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install samba samba-client
```
:::

0 comments on commit bf1012b

Please sign in to comment.