Hello
Mark Annandale (<[EMAIL PROTECTED]>) wrote:
> I have installed debian (via a Knoppix CD), and overwritten a previous
> Linux distro. My /home folder exists from the previous distro and I
> have added myself as a user. However I cannot seem to be able to
> access all my old data on /home.
>
Mark Annandale wrote:
Hi Guys
I have installed debian (via a Knoppix CD), and overwritten a previous Linux
distro. My /home folder exists from the previous distro and I have added
myself as a user. However I cannot seem to be able to access all my old data
on /home.
Has anyone experienced thi
* Mark Annandale ([EMAIL PROTECTED]) [030913 00:58]:
> Hi Guys
>
> I have installed debian (via a Knoppix CD), and overwritten a previous Linux
> distro. My /home folder exists from the previous distro and I have added
> myself as a user. However I cannot seem to be able to access all my old dat
On Sat, 2003-09-13 at 08:58, Mark Annandale wrote:
> Hi Guys
>
> I have installed debian (via a Knoppix CD), and overwritten a previous Linux
> distro. My /home folder exists from the previous distro and I have added
> myself as a user. However I cannot seem to be able to access all my old data
www.webmin.com
webmin is very nice. I reccomend using it with SSL though. The extra security
is always nice.
"Mike Egglestone" <[EMAIL PROTECTED]> wrote:
>
> HI...
> Does anyone know of a utility where
> an admin can add linux users via a web browser?
> Perhaps also... that the user could ch
On Thursday 23 November 2000 22:00, Jeff Daniels wrote:
> I need to be able to add user accounts. Is there a simple way of
> doing this from the command line.
Apropos is your friend.
apropos user | grep add
--
Bud Rogers <[EMAIL PROTECTED]> http://www.sirinet.net/~budr/zamm.html
All thing
On Thu, 23 Nov 2000, Jeff Daniels wrote:
> I need to be able to add user accounts. Is there a simple way of doing this
> from the command line.
Try using the adduser command. Or the useradd command.
Hint: guessing command names can often be useful. Not all unix commands
have names as cryptic a
On Mon, Jul 19, 1999 at 02:01:48PM +0100, Patrick Kirk wrote:
> Hi all,
>
> When I add users, they get this when they login:
>
> enterprise login: newuser
> Password:
> No directory, logging in with HOME=/
> No mail.
That is very strange. What command did you use to add the user? Check
*- On 19 Jul, Patrick Kirk wrote about "Re: Adding users - two quick questions"
> Thanks. I didn't even know there was a command adduser! Why is it better
> than useradd?
>
adduser is just a perl script that was written by Debian developers. It
ends up calling adduser a
Thanks!
Patrick
On Mon, Jul 19, 1999 at 03:06:59PM +0100, Patrick Kirk wrote:
> >
> >
> > About the 'no home' ting: it means that the system couldn't cd to the
> user's
> > homedir after assuming the identity of the user. Usually this means
> > that /home isn't mounted, or wasn't mounted when you added the user,
Quoting Patrick Kirk ([EMAIL PROTECTED]):
> >
> >
> > About the 'no home' ting: it means that the system couldn't cd to the
> user's
> > homedir after assuming the identity of the user. Usually this means
> > that /home isn't mounted, or wasn't mounted when you added the user, but
> > you may hav
Thanks. I didn't even know there was a command adduser! Why is it better
than useradd?
Patrick
Hm. usually the home directory is set up and
created in the adduser sequence.
You usually get something like:
home directory: (/home/$logname)
what you can do by hand is check your
"/etc/passwd" file and make sure the home directory
field
(ie the field before the shell path)
points to an existing
>
>
> About the 'no home' ting: it means that the system couldn't cd to the
user's
> homedir after assuming the identity of the user. Usually this means
> that /home isn't mounted, or wasn't mounted when you added the user, but
> you may have other reasons. Just make sure that the entry in /etc/
Quoting Patrick Kirk ([EMAIL PROTECTED]):
> Hi all,
>
> When I add users, they get this when they login:
>
> enterprise login: newuser
> Password:
> No directory, logging in with HOME=/
> No mail.
>
> Why is no home directory available for them and how do I get the system to
> create default dir
About the 'no home' ting: it means that the system couldn't cd to the user's
homedir after assuming the identity of the user. Usually this means
that /home isn't mounted, or wasn't mounted when you added the user, but
you may have other reasons. Just make sure that the entry in /etc/passwd
for
On Fri, Dec 18, 1998 at 05:59:53PM -0600, Steve Phillips wrote:
> What do you do if you have to add many users on a regular basis?
there's a million ways of doing it...i usually write a little script
to do it as i need it. try something like the following, which i wrote
earlier tonight for someon
I made a set of perl scripts addapted to the organization I was
sysadmin off, quite simple since they only read a text file and then:
1.- tried to find if user existed (give me quite a headache, since other
sysadmins had used different abbreviations for full names, middle names...)
2.- if
Steve Phillips wrote:
> What do you do if you have to add many users on a regular basis?
>
> I would like to be able to add users from a list, to avoid the
> interactive nature of adduser. Is there a tool that does something like
> this? A couple of years ago I modified adduser to read entries f
I have written a set of perl scripts I collectively call roster. I consider
them work-in-progress, however I have used them at Laney College for the
last several semesters to process downloads of student lists, maintain a
central database, add unix, NT and novell-3.xx sccounts (actually, the
matter
On Mon, 1 Jun 1998, Nathan E Norman wrote:
> On Mon, 1 Jun 1998, Scott Ellis wrote:
>
> *mumble man chpasswd* ... hey, cool! 'chpasswd -e' does exactly what I
> want!
>
> Thanks Scott :)
>
Just for your interest, I put together a few scripts to do user creation
(automatic generation of use
On Mon, 1 Jun 1998, Scott Ellis wrote:
: On Mon, 1 Jun 1998, Nathan E Norman wrote:
:
: > On Mon, 1 Jun 1998, Bob McGowan wrote:
: >
: > : How about just adding the 'passwd' command to the scirpt?
: >
: > Because I don't know what the user's password is. I have the encrypted
: > password entry
On Mon, 1 Jun 1998, Nathan E Norman wrote:
> On Mon, 1 Jun 1998, Bob McGowan wrote:
>
> : How about just adding the 'passwd' command to the scirpt?
>
> Because I don't know what the user's password is. I have the encrypted
> password entry from the /etc/master.passwd file from the BSDi box, and
On Mon, 1 Jun 1998, Bob McGowan wrote:
: > -Original Message-
: > From: Nathan E Norman [mailto:[EMAIL PROTECTED]
: > Sent: Sunday, May 31, 1998 10:11 AM
: > To: Debian User List
: > Cc: recipient list not shown; @[EMAIL PROTECTED]
: > Subject: adding users via scripts
: >
: >
: > We are
> -Original Message-
> From: Nathan E Norman [mailto:[EMAIL PROTECTED]
> Sent: Sunday, May 31, 1998 10:11 AM
> To: Debian User List
> Cc: recipient list not shown; @[EMAIL PROTECTED]
> Subject: adding users via scripts
>
>
> We are in the process of moving users from a BSDi box to a Linux
>
> useradd is working exactly as documented and intended (man useradd).
>
> Use adduser instead.
>
That was it... but when I went to use that command this morning,
adduser was not there? I guess I reinstalled it. At any rate all is
fine. Thanks!
--Jay
--
E-mail the word "unsubscribe" t
On Fri, 6 Mar 1998, Jay Barbee wrote:
> For some reason, my debian box is not adding users properly. I
> created a user, and it did not prompt me with any questions (Like
> Name and password). It added a entry in the passwd file (more or
> less bare bones entry (no shell, password)) and it di
I would try using the command 'adduser', instead of 'useradd'. You can
find some default options for adding users in the file '/etc/adduser.conf'.
(like default shell, group, homedir etc)
>From my experience, adduser has been plagued with bugs in the past.
Thanks,
Dennis
--
dpk <[EMAIL PROTECTED
On Tue, 25 Nov 1997, Olivier THARAN wrote:
> On Tue, Nov 25, 1997 at 01:46:28AM -0700, [EMAIL PROTECTED] wrote:
> > Couldn't find it in the FAQ's or howto's: how do I add users to
> > diffferent groups, e.g. dialout? Do shadow passwords affect the process
> > at all?
>
> Just edit /etc/group a
On Tue, Nov 25, 1997 at 10:41:26AM +0100, Olivier THARAN wrote:
> > Couldn't find it in the FAQ's or howto's: how do I add users to
> > diffferent groups, e.g. dialout? Do shadow passwords affect the process
> > at all?
> Just edit /etc/group and put the username you want at the end of the line
On Tue, Nov 25, 1997 at 01:46:28AM -0700, [EMAIL PROTECTED] wrote:
> Couldn't find it in the FAQ's or howto's: how do I add users to
> diffferent groups, e.g. dialout? Do shadow passwords affect the process
> at all?
Just edit /etc/group and put the username you want at the end of the line
cont
On Tue, 28 Oct 1997, R Chris Ross wrote:
> I have just set up NIS on several of my machines and I am having a
> little trouble adding a user. If I use adduser the group, shadow and
> passwd files in /etc are all updated properly but adduser doesn't
> complete properly properly. It term
33 matches
Mail list logo