Summary: Try Webmin (http://www.webmin.net). It'll allow you to do anything to your Linux box from any computer with a web browser. That includes adding users....
Summary: Create a script that would automate adding users. The script SHOULD NOT use the functionality "useradd" that comes with the system, to create users. E...
Summary: Don't know why it executes 'lilo' when a user is added, but there is a problem with lilo. If I can correct, you are using a (windows) FAT32 partion fo...
Summary: OK, I deleted the user and added them back and I can now map to the shared folders with no problems. I can also now see their home directory BUT when ...
Summary: hi, I want to make a script that takes 3 command-line options for example, and the user should have the freedom of giving them in any order... Right n...
Summary: I have repeatedly tried to add users in Samba and I have no idea whats going wrong. I have edited the smbconf file to try and add there but that was ...
Summary: Linux 6.1 Was learing the op's and was in linuxconf added user seemed ok, experimented with adding fd0 as a msdos file system (dont ask why!) added et...
Summary: Please bear with this newbie. Installed 2005LE no problem. Set group called admins Added users to this group, george,bob,bill as root used mkdir -m 0...
Summary: I have a fedora core 4 box acting as a gateway router for an windows 2003 active directory Lan. I have vsftpd setup on the linux box and it work prope...
Summary: RH-7.0 I'm running Samba and all is ok with basic samba.conf running my 3-Win98 boxes,I can login using there respective id's and passwd to the Samba ...
Summary: I tried adding such a line, with /mnt/usb substituted for the cdrom, but I still get the error "mount: only root can do that " I added "%users ALL=/sb...
Summary: Hi, Samba running. Here is the config file... # This is the main Samba configuration file. You should read the # smb.conf(5) manual page in order to u...
Summary: Jake2, Tks for your advice. The fs of all partitions is ext2/ext3. There are 6 partitions, namely partition 1, 3, 5, 6, 7 and 8 (partition 2 is swap)...
Summary: Dear friends, i had installed network printer in my RH8 OS, In which i want to restrict user, which i think can do by adding user in RH8( is any othe...
Summary: yeah adduser and useradd the same thing. also .. when i added user im using -m option exmp : useradd cash -d /home/cash -m /home/cash -s /bin/bash -...
Summary: Here is one that I modified from a script that I found on the web. I used the line -p$USERNAME to create a password from the username. I created one g...
Summary: I also have this script from this site about adding a user but am not sure how to utilize it. Any input would be appreciated. Thanks. #!/bin/bash # M...
Summary: I would bet your samba is not installed properly. Samba cannot read the encrypted shadow password, so it needs its own password database. If you use...
Summary: Hello, i have set up a samba file print server with redhat 7.2. I can access files but it printing i am having problems with; if open my network plac...
Summary: I have an old Dell GXa with a PII 333 and 256 MB ram that I added a Seagate 60GB drive to. I want to set up Linux, so I got a copy of Mandrake 8.1. ...
Summary: Would you give me some tips on publishing Linux share to AD? I've already installed with Samba 3.0 Beta 3 in my Redhat 8.0. Also, I've joined Linux ...
Summary: The tutorial seems to assume you know a bit about adding users since it doesn't describe that part very well. How did you add a new user? This should ...