Nov 22, 2009

Share Files With Samba

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Operating Systems > Linux

Share Files With Samba

marretas
I've been asking along this week , how to set a authentication prompt on windows 2000 professional , because i'm trying to create a secure file sharing cpu. Well... i remembered that linux is very great in stability and secure. I've downloaded and installed Mandriva 10.1 because he already brings Samba package, but i cant get him inside my workgroup, because he creates a defautl work group "mdkworkgroup" something like that. I'm not very expert in linux systems but i know that he can be configurated to Serv Files Sharing ( Only ). I know there are alots of diffrent linux distributions but i dont know witch is better to set up a server. I'm asking to you know witch distribution you recommend to this particular job. Its important to say that all my network computers are windows.

thks.

Comment/Reply (w/o sign-up)

miCRoSCoPiC^eaRthLinG
I'd written a detailed article on creating a SAMBA based WorkGroup on Linux and make it act as a Windows Domain, allowing Windows machines to log onto that domain and share files...

In effect you create users on the Linux server - and Windows users can remotely connect to your server by directly logging in onto their desktop using the username/password you used to create their Linux server accounts...

If this approach is followed, their /home/username folder on the Linux server becomes directly accessible as an extra drive on their windows desktop and can be written/read only by the account-holder.

Similarly, you can set a specific folder as open share - which becomes available to everyone...

Read the article here: Howto: Setup Windows NT/2K Domain Using SAMBA

If you've got any questions post back here or in the original thread and I'll try to reply to my best knowledge..

Comment/Reply (w/o sign-up)

abhay
QUOTE(marretas @ Jun 2 2006, 03:56 PM) *
I've been asking along this week , how to set a authentication prompt on windows 2000 professional , because i'm trying to create a secure file sharing cpu. Well... i remembered that linux is very great in stability and secure. I've downloaded and installed Mandriva 10.1 because he already brings Samba package, but i cant get him inside my workgroup, because he creates a defautl work group "mdkworkgroup" something like that. I'm not very expert in linux systems but i know that he can be configurated to Serv Files Sharing ( Only ). I know there are alots of diffrent linux distributions but i dont know witch is better to set up a server. I'm asking to you know witch distribution you recommend to this particular job. Its important to say that all my network computers are windows.

thks.



Firstly create the Directory you want to share.
1. #mkdir /share

give the directory the permission of the others users too.

2. #chmod 777 /share

3. add the users who are able to access the directory

#useradd -s /bin/false xyz

4. for giving password use command

#smbpasswd -a xyz

5. Now go to the file smb.conf as

#vi /etc/samba/smb.conf


6. go to the bottom of the file, there will be entries as

[share]

comment = the comment can be anything
path = where the folder is
valid users = whom to give the permission
public = no
writable = yes
printable = no
browsable = yes

If you want everyone to access the share then put 'yes' in the public field.

8.Start the SAMBA service by using the command

#service smb restart

9. now check the SAMBA share by using the command

#smbclient -L IP Address -N

there is one more command to check the configuration error as

#testparm

 

 

 


Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : share, files, samba

  1. Linux And Windows Partitions
    Sharing files back and forth (2)
  2. Linux - Handy Tool If You Can't Unmount Due To Open Files
    (0)
    lsof The author of the article below says he uses lsof most for getting network connection
    related information from a system, but netstat is just as useful and made specifically for this
    particular purpose. lsof will do more than network connections, though. It will also tell you what
    files the program has open in addition to unix sockets and libraries. Of course you could also get
    all this from /proc but lsof makes it nice and easy. 'of' is actually for 'open
    files'. http://dmiessler.com/study/nix/commands/lsof/ or http://img231.imageshack.us/img2....
  3. Ubuntu Livecd
    Can't see all my files!!! (7)
    Hey, i got a Ubuntu LiveCD and it works perfectly. Seems like a good change from Windows from time
    to time. The only problem i am having is that i cant find some files that are on my C:/ drive (the
    Windows area) - although i can see them through windows no problem. Example is that when i go to the
    documents and settings folder on the C drive, no folders are there. When i go back to windows, its
    there! Can someone please tell me how can i see my files via ubuntu. I am quite a newbie to Ubuntu
    so please excuse me if this is a n00b question /tongue.gif" style="vertical-....
  4. File Rename Script, Sentence
    Large collection of files to rename! (7)
    Hello there, Today I've encoded lots of mp3's for my portable mp3 player (which only has
    128mb ... /blink.gif" style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" />),
    Anyway I encoded them with Lame using mlame script (for those don't know it handles more files
    then one). Now mlame appends "-new-converted-file" to the filename. And renaming every individual
    file with the hand is A LOT of work /mellow.gif" style="vertical-align:middle" emoid=":mellow:"
    border="0" alt="mellow.gif" />. I tried to write a script to remove that "-new-conv....
  5. How To Remove The ^m In Cpp Files ?
    A^M at the end of each line in a source (5)
    My friend just sent me a program source file. It is a *.cpp file (C++ source). When I open with
    text editor (gedit), there is a ^M at the end of each line. Then I try vim and emacs. they just give
    me a same result. What is that ^M??? Why does it there??? How can I delete them all (not one by
    one)??? Thank you.....
  6. Play .avi Files In Redhat
    Need help in installing divX codecs... (6)
    The last few days have been spent in trying to get .avi files (Previously encoded using DivX codecs
    in Windows). I've a collection of movies that I've backed up as .avi files and I'm out
    of options trying one thing after another. So far: I have installed Helix player & Real Player; I
    have the DivX4Linux files but do not know how to install these (unlike configuring and 'make
    install' since there is no configure file and there are not instructions either). Also, Xine
    player (Xine-UI) which I've finally got working plays VCDs DVDs and Audio CD....
  7. .tcl Files, How To Open One?
    (2)
    Ok, after my first question about Linux here's already another one. I have some .TCL files that
    I have to open, do you know how to do that? I would realy appreciate any help. -=jeroen=-....
  8. Core.xxxx Files In /
    what are they?? (3)
    OS:red hat 9.0 There are thousands of core.xxxx files were found in the root directory (/)
    # ll |more total 3082181 drwxr-xr-x 2 root root 4096 May 30 23:45 bin drwxr-xr-x 4 root root 1024
    May 30 22:33 boot -rw------- 1 root root 442368 Jun 21 10:52 core.1002 -rw------- 1 root root 446464
    Jun 21 10:52 core.1003 -rw------- 1 root root 438272 Jun 21 10:52 core.1004 -rw------- 1 root root
    442368 Jun 21 10:52 core.1005 -rw------- 1 root root 446464 Jun 21 10:52 core.1007 -rw------- 1 root
    root 442368 Jun 21 10:52 core.1010 -rw------- 1 root root 446464 Jun 21 10:5....
  9. How Can Samba Server Works With Firewall?
    (3)
    I just installed samba server. After i did the configuration, it works fine. However, if the
    firewall is turned on, it will not work. How can I get my samba server works with firewall turnned
    on???....
  10. How Can I Hide Files And Processes In Linux?
    (3)
    Can any one tell me how to hide files and processes in Linux? for example, there is a *.exe file, I
    don;t want anybody to see it (just hide it), including use ls command. if I run this program, the
    process can be list by ps command. Is it possible to hide this process?? if yes, how to do that??
    Thank you.....

    1. Looking for share, files, samba

See Also,

*SIMILAR VIDEOS*
Searching Video's for share, files, samba
advertisement



Share Files With Samba

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com