Skip to content

Commit

Permalink
Update unix-tips.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dnorton committed Oct 1, 2018
1 parent db66792 commit 9a9f783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unix-tips.md
Expand Up @@ -453,6 +453,7 @@ service sshd restart
## System ## System


* [Digital Ocean: Mount an NFS drive on Ubuntu](https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-14-04) * [Digital Ocean: Mount an NFS drive on Ubuntu](https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-14-04)
* [Information about /etc/fstab](http://www.linfo.org/etc_fstab.html)


```bash ```bash
sudo mount 1.2.3.4:/volume1/myvolume /local/folder sudo mount 1.2.3.4:/volume1/myvolume /local/folder
Expand Down

0 comments on commit 9a9f783

Please sign in to comment.