linux下能否上局域网?

假如我把security设置为share,那么还用不用在windows中创建相通的用户和密码>
[quote:d1c98a867d="zlxcjy"]执行命令/etc/init.d/smb restart后出现
Shutting down SMB services:                                [FAILED]
Shutting down NMB services:                                [FAILED]
Starting SMB services:                                     [  OK  ]
Starting NMB services:                                     [  OK  ]
对不对?
还有我怎样共享我的文件和看到网上邻居共享的文件,在哪里看?[/quote]
这个是正确的!因为你一开始是没把smb起来,所以用restart参数的时候会提示上面的FAILED。
[quote:44a467ff19="zlxcjy"]假如我把security设置为share,那么还用不用在windows中创建相通的用户和密码>[/quote]
这个估计还是要的,不过我没具体测试过!
请问bixuan:
配置好后怎样看windows下共享的文件.
我应该再什么地方看?
可是我的只是在linux下添加了一个用户(test),在win下加了个ipx netbios,和一个netware目录服务就可以看到网上邻居上的机子了,也可以共享其它的机子资源。并没有配置smb服务器啊
[quote:a5adea19b9="zlxcjy"]请问bixuan:
配置好后怎样看windows下共享的文件.
我应该再什么地方看?[/quote]
这个你可以装一个叫:LinNeighborhood
你可以到http://java.thn.htu.se/toor/网站上去下载
不过这个需在xwindows里运行。
如果要在command下运行,要用到smbclient,具体怎么用看一下这个命令的help,如下:
[root@redhat7 root]# smbclient --help
added interface ip=192.168.0.242 bcast=192.168.0.255 nmask=255.255.255.0
smbclient: invalid option -- -
Usage: smbclient service <password> [options]
Version 2.2.1a
        -s smb.conf           pathname to smb.conf file
        -O socket_options     socket options to use
        -R name resolve order use these name resolution services only
        -M host               send a winpopup message to the host
        -i scope              use this NetBIOS scope
        -N                    don't ask for a password
        -n netbios name.      Use this name as my netbios name
        -d debuglevel         set the debuglevel
        -P                    connect to service as a printer
        -p port               connect to the specified port
        -l log basename.      Basename for log/debug files
        -h                    Print this help message.
        -I dest IP            use this IP to connect to
        -E                    write messages to stderr instead of stdout
        -U uname           set the network uname
        -L host               get a list of shares available on a host
        -t terminal code      terminal i/o code {sjis|euc|jis7|jis8|junet|hex}
        -m max protocol       set the max protocol level
        -A filename           get the credentials from a file
        -W workgroup          set the workgroup name
        -T<c|x>IXFqgbNan      command line tar
        -D directory          start from directory
        -c command string     execute semicolon separated commands
        -b xmit/send buffer   changes the transmit/send buffer (default: 65520)