> For the complete documentation index, see [llms.txt](https://docs.ksitmalappuzha.in/hastham/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ksitmalappuzha.in/hastham/e-district/share.md).

# SHARE

## Install Share on Ubuntu system

```
sudo apt-get install nfs-common
```

```
sudo apt-get -f install   
```

## create a directory called *share*

```
mkdir share
```

```
sudo nautilus  
```

{% hint style="info" %}
`computer`->`etc`->`fstab`->`10.69.51.20:`//share (tab)/`home`/`(computername)`/`share` (tab) `nfs` (tab) defaults (tab) `0` (tab) `0`->`save`.**(NB:IP Address different for different district)**
{% endhint %}

```
sudo mount -a   
```

{% hint style="success" %}
SHARE  is now done successfully on your system
{% endhint %}
