Access samba share on kali
Page 1 of 1
Access samba share on kali
Access samba share on kali
now type in a folder window url
where ip is your desired ip-addy
Optional Steps*
Create a mount point (a directory where the SMB share will be accessible):
Mount the SMB share to your local directory:
- Code:
sudo apt install -y gvfs-backends smbclient cifs-utils
now type in a folder window url
- Code:
smb://ip-addy
where ip is your desired ip-addy
Optional Steps*
Create a mount point (a directory where the SMB share will be accessible):
- Code:
mkdir ~/smb_share
Mount the SMB share to your local directory:
- Code:
sudo mount -t cifs //<IP_ADDRESS>/<SHARE_NAME> ~/smb_share -o username=<username>,password=<password>
Similar topics
» Linux Mint 18.2 Getting Access To Samba Share Trouble Shooting
» Recover lost wifi access with Kali Linux and this TUT! no password files needed!!!
» how to setup samba for linux config and allowing linux shares and adding users to samba commands
» GUI For Samba Editing On Linux
» Kali Linux in the Windows App Store || Kali Linux 2018.2 Launch
» Recover lost wifi access with Kali Linux and this TUT! no password files needed!!!
» how to setup samba for linux config and allowing linux shares and adding users to samba commands
» GUI For Samba Editing On Linux
» Kali Linux in the Windows App Store || Kali Linux 2018.2 Launch
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum