Install Samba Server and Enable File Sharing in Kali Linux OR between Windows and Linux | Ethica

preview_player
Показать описание
📌How to Install Samba Server and Enabling File Sharing in Kali Linux | Ethica

❊ Lets Connect ❊

👉 sudo apt-get install samba -y

[Public]
comment = For Public
browseable = yes
path = /home/kali/Public
writable = yes
read only = no
force create mode = 0666
force directory mode = 0777

👉 sudo systemctl restart smbd
👉 sudo adduser USERNAME // use only if you want to create new use
👉 sudo smbpasswd -a USERNAME // add username insta
👉 sudo smbpasswd -e USERNAME // enable user

👉 sudo systemctl start smbd // Start samba service
👉 sudo systemctl restart smbd // Re-Start samba service
👉 sudo systemctl status smbd // Check Status of samba service
👉 sudo systemctl stop smbd // Start samba service

More Videos:
📌Zip Unzip Encrypt and Password Protecting files and Folder
==============
📌 Kali Linux How to Clean System and Free Disk Space Using Bleachbit
==============
📌 3D Rotating and Wobbly Window Effects in Kali
==============
📌 How to Access Apache Server using Kali Linux 2020.4 |
==============
📌 How to Grant Root Permission using SSH Login in Kali Linux 2020.4 |
==============
Рекомендации по теме
Комментарии
Автор

What was virtual machine adapter.... Bridge or nat?

syedsheikmohammed
Автор

I cant access the SMB server is Windows

jialechua
Автор

Im stuck at the creds Windows prompts me for. I made smbuser and kept the creds simple, but seems to reject. Is it the config file (i copied exactly what you did)?

jonathanreading