___|  _ \   |  |    |   |_ _|\ \     / ____|
 |     |   |  |  |    |   |  |  \ \   /  __|
 |   | |   | ___ __|  ___ |  |   \ \ /   |
\____|\___/     _|   _|  _|___|   \_/   _____| 

 --- A GOPHER-LIKE INTERFACE FOR HIVE BLOCKCHAIN ---

Sharing Linux Folders with Windows through Samba

BY: @hmushtaq | CREATED: Sept. 23, 2018, 8:49 a.m. | VOTES: 8 | PAYOUT: $1.13 | [ VOTE ]

If you use a Linux VPS, sometimes you would want to make a folder in it accessible from Windows. One of the best ways to do that is to use Samba. In this article, we are going to see how to do that. We assume here that you are logged into your Linux VPS, as user root.

https://i.pinimg.com/originals/17/3a/15/173a154152b2f1864845ef8a505c0610.jpg
Image source

    apt-get update
    apt-get install samba
    [thesharedfolder]
    path = /root/sharedfolder
    available = yes
    valid users = root
    read only = no
    browsable = yes
    public = yes
    writable = yes
TAGS: [ #technology ] [ #tutorial ] [ #sofware ] [ #linux ] [ #windows ]

Replies

@sbanerjee0017 | Nov. 8, 2018, 11:53 a.m. | Votes: 0 | [ VOTE ]

✅ @hmushtaq Thank you for sharig this valuable information. sharing your thoughts and commenting can help. :)
Please give advice for betterment of each other.
@sbanerjee0017 (Shyamal Banerjee[Age:62] Kolkata,INDIA)✍

[ BACK TO TRENDING ] [ BACK TO MENU ]
CMD>