Konfigurasi Samba Server di Debian 11



 
1. nano /etc/network/interfaces
        auto enp0s3
        iface enp0s3 inet dhcp

        auto enp0s8
        iface enp0s8 inet static
            address 192.168.50.1/24
 
2. systemctl restart networking
 
3. apt install samba

4. cd /home

5. mkdir file

6. chmod -R 777 file

7. adduser smk

8. smbpasswd -a smk

9. nano /etc/samba/smb.conf

10. [file]
    path = /home/file
    valid users = smk
    browseable = yes
    writeable = yes

11. systemctl reboot

12. cd /home/file

13. nano latihan.txt
        ketikkan "ini hanya contoh"
 
Lihat videonya :
 
Mudah mudahan bermanfaat.
Terimakasih.


Donni Zulhardi

Tunjukilah kami jalan yang lurus

Posting Komentar (0)
Lebih baru Lebih lama