cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sharing folder in linux system

Former Member
0 Likes
2,302

Hi,

I need to share folder in linux system from my windows system. how to share.. Please let me know the procedure..

cheers,

R.Ramkumar

View Entire Topic
Former Member
0 Likes

I understand you want to access windows share folder into Linux server.

[root@testsap2 mnt]# mount -t cifs //10.16.2.20/dbbackuplnx /mnt/share -o username=Administrator

Password:

[root@testsap2 mnt]# cd /mnt/share

If you have to access linux share folder into windows have to do SAMBA.

search on Google for samba config.

Regards

Nikunj Thaker