發表文章

目前顯示的是 6月, 2020的文章

linux samba add user tutorial

圖片
from :  https://www.krizna.com/ubuntu/setup-file-server-ubuntu-14-04-samba/ Setup File server on ubuntu 14.04 ( Samba ) November 18, 2014   krizna   Ubuntu ,  Ubuntu 14.04   7 Samba  is a free software used to enable file and print services on unix-like systems. It runs on most unix variants, such as Linux, AIX, Solaris and BSD. This article helps you to set up file server on ubuntu 14.04 server. This article contains steps for creating both anonymous ( without username and password ) and secured shares . 1.  Anonymous share . 2.  Secured share . 3.  User creation . Setup File server on ubuntu 14.04 Step 1 »  Install samba packages after updating repositories krizna@leela:~$ sudo apt-get update krizna@leela:~$ sudo apt-get install samba samba-common python-glade2 Creating Anonymous share Everyone can access and store files without username and password . Step 2 »  Create folder for Anonymous share. krizna@leela:~$ sudo mkdir -p /shares/anonymous Step 3 »  Chan