Sponsored Content
Full Discussion: Samba & Win98
Top Forums UNIX for Dummies Questions & Answers Samba & Win98 Post 9228 by Andy Hibbins on Wednesday 24th of October 2001 10:41:45 AM
Old 10-24-2001
Hi recon,

It sounds like you haven't added samba users to your system, you need to use smbadduser for the users for which you want to allow smb access.

Andy
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Boot into linux after Win98 install

Hey all, I hope there is an easy fix for this. I have Linux Mandrake 7.2 installed and completely configured on it's own set of partitions, but I had to reinstall my windows partition and hence wiped out my LILO boot option. My BIOS isn't seeing the partitions with Linux on it, so I can't just... (3 Replies)
Discussion started by: ober5861
3 Replies

2. UNIX for Dummies Questions & Answers

Win98 and linux server

Another newbie searching for answers. I am tired of messing with hosting companies and would like to setup my own server. Can I run a server using linux and apache one one HD and win98 on another harddrive. I would use Win98 as I do now and let the server software run in the background. Is this... (6 Replies)
Discussion started by: goldman
6 Replies

3. Windows & DOS: Issues & Discussions

[help]Win98 doesn't respond

My system is combined by Win98 and sco opensever.......but when Win98 is starting .my computer doesn't respond........what can i do? (1 Reply)
Discussion started by: dingxf
1 Replies

4. UNIX for Dummies Questions & Answers

Samba & sessionid.tdb

Hello folks, I am running FreBSD Unix 5.1 and I installed Samba 3.0.0 using instructions on this page http://www.kempston.net/solaris/samba.html (I only worked through points 1 to 3) It seemed to install OK but the smbd and nmbd daemons would not run because for some reason the... (3 Replies)
Discussion started by: SRP
3 Replies

5. UNIX for Dummies Questions & Answers

Have Win98/WinXp..Thinking about Unix!!

I presently have three partitions; one is win. 98(10gig) and the the other xp(10gig). While one more partition that I use as storage(of 20gig). My question is, if I decide to format/remove win. 98 and install unix...would it be possible to do so without disrupting the Winxp....and also, as a... (2 Replies)
Discussion started by: templer
2 Replies

6. Windows & DOS: Issues & Discussions

installing win98 & unixware on the same computer

Please provide some immediate help (2 Replies)
Discussion started by: altaf
2 Replies

7. Red Hat

SAMBA & Public Folder

Hello folks, I am trying to accomplish the following: 1. Create home folders for each user 2. Create a public folder where all users can access 3. Use Samba as a domain controller. I have successfully completed issue 1. But I can't get the second issue to work. Below is my config file.... (0 Replies)
Discussion started by: behradb
0 Replies

8. Shell Programming and Scripting

PHP read large string & split in multidimensional arrays & assign fieldnames & write into MYSQL

Hi, I hope the title does not scare people to look into this thread but it describes roughly what I'm trying to do. I need a solution in PHP. I'm a programming beginner, so it might be that the approach to solve this, might be easier to solve with an other approach of someone else, so if you... (0 Replies)
Discussion started by: lowmaster
0 Replies

9. UNIX for Dummies Questions & Answers

Samba & Windows7

Hey there, I´m new to unix and unix.com, so thats my first question :) Does anybody know if theres a version of Samba which supports Windows7 without changing the LAN-Manager-Authentification to LM&NTLM-Answers? Hope someone has an answer... greets from Berlin :) (1 Reply)
Discussion started by: Spidi4u
1 Replies

10. Solaris

samba issue: one samba share without password prompting and the others with.

Hi All, I've been trying to configure samba on Solaris 10 to allow me to have one share that is open and writable to all users and have the rest of my shares password protected by a generic account. If I set my security to user, my secured shares work just fine and prompt accordingly, but when... (0 Replies)
Discussion started by: ideal2545
0 Replies
SMBSTATUS(1)							   User Commands						      SMBSTATUS(1)

NAME
smbstatus - report on current Samba connections SYNOPSIS
smbstatus [-P] [-b] [-d <debug level>] [-v] [-L] [-B] [-p] [-S] [-s <configuration file>] [-u <username>] DESCRIPTION
This tool is part of the samba(7) suite. smbstatus is a very simple program to list the current Samba connections. OPTIONS
-P|--profile If samba has been compiled with the profiling option, print only the contents of the profiling shared memory area. -b|--brief gives brief output. -d|--debuglevel=level level is an integer from 0 to 10. The default value if this parameter is not specified is 0. The higher this value, the more detail will be logged to the log files about the activities of the server. At level 0, only critical errors and serious warnings will be logged. Level 1 is a reasonable level for day-to-day running - it generates a small amount of information about operations carried out. Levels above 1 will generate considerable amounts of log data, and should only be used when investigating a problem. Levels above 3 are designed for use only by developers and generate HUGE amounts of log data, most of which is extremely cryptic. Note that specifying this parameter here will override the smb.conf.5.html# parameter in the smb.conf file. -V|--version Prints the program version number. -s|--configfile <configuration file> The file specified contains the configuration details required by the server. The information in this file includes server-specific information such as what printcap file to use, as well as descriptions of all the services that the server is to provide. See smb.conf for more information. The default configuration file name is determined at compile time. -l|--log-basename=logdirectory Base directory name for log/debug files. The extension ".progname" will be appended (e.g. log.smbclient, log.smbd, etc...). The log file is never removed by the client. -v|--verbose gives verbose output. -L|--locks causes smbstatus to only list locks. -B|--byterange causes smbstatus to include byte range locks. -p|--processes print a list of smbd(8) processes and exit. Useful for scripting. -S|--shares causes smbstatus to only list shares. -h|--help Print a summary of command line options. -u|--user=<username> selects information relevant to username only. VERSION
This man page is correct for version 3 of the Samba suite. SEE ALSO
smbd(8) and smb.conf(5). AUTHOR
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. The original Samba man pages were written by Karl Auer. The man page sources were converted to YODL format (another excellent piece of Open Source software, available at ftp://ftp.icce.rug.nl/pub/unix/) and updated for the Samba 2.0 release by Jeremy Allison. The conversion to DocBook for Samba 2.2 was done by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0 was done by Alexander Bokovoy. Samba 3.5 06/18/2010 SMBSTATUS(1)
All times are GMT -4. The time now is 03:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy