Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
home dir not created - new user
Name: Ben VandenBelt Date: July 3, 2003 at 07:02:40 Pacific OS: rh linux 2.4.18-3 CPU/Ram: don't know
Comment:
Simple question: I created several new users, but the home directory i specified (/data/home/userid) was not created because the "home" part of this path did not exist (although i recieved no error). Is there a utility somewhere that i can use to create these user's home directories (now that i've created the "home" directory), instead of having to create them manually?
Name: Ben VandenBelt Date: July 3, 2003 at 07:33:10 Pacific
Reply:
I just wrote a script to do this, but if anyone knows of some built-in utility to do this (like an extension of the utility that i used to create these users), it would be greatly appreciated.
Summary: Ok I will start off by saying that I am pretty new to linux.. so bear w/ me :) #1: I am setting up this Linux server as a full webserver and an FTP server. For the FTP I am useing VSFTP (comes w/ Redh...
Summary: I never used wu-ftp, but I never needed to create any users for proftpd. It uses the linux-users to authenticate. I specified Defaultroot ~ !users to chroot any user that is not in the users-group in...
Summary: I want a script that adds new users manually in the /etc/passwd file. I do not want to use a adduser command. I mean if the file i create is addinguser, than the command ./addinguser username uid gi...