public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Re: deleting user on fedora. how?
   deleting user on fedora. how? cris
@  ` Igor Gueths
     ` Gregory Nowak
   ` Charles Crawford
   ` Joseph C. Lininger
  2 siblings, 1 reply; 10+ messages in thread
From: Igor Gueths @  UTC (permalink / raw)
  To: cris, Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

That command is userdel username. Then jjust do rm -r to the homedirs.
On Thu, Mar 11, 2004 at 03:21:58PM -0500, cris wrote:
> Hi folks,
> I now need to delete a couple of new user accounts I have created on my fedora.  What is the command to accomplish this simple task?
> Regards,
> 
> Cris
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAUMnuNohoaf1zXJMRAj3wAJ4tn9Mbmtohf6aOJCpdy1f1m+cdVwCgwqJO
kDRZFlRE+3zw6m8ZJXmmtQE=
=1KaB
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 10+ messages in thread

* deleting user on fedora. how?
@  cris
   ` Igor Gueths
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: cris @  UTC (permalink / raw)
  To: speakup

Hi folks,
I now need to delete a couple of new user accounts I have created on my fedora.  What is the command to accomplish this simple task?
Regards,

Cris

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: deleting user on fedora. how?
   deleting user on fedora. how? cris
   ` Igor Gueths
@  ` Charles Crawford
   ` Joseph C. Lininger
  2 siblings, 0 replies; 10+ messages in thread
From: Charles Crawford @  UTC (permalink / raw)
  To: cris, Speakup is a screen review system for Linux.

as root, type userdel username
At 03:21 PM 03/11/2004 -0500, you wrote:
>Hi folks,
>I now need to delete a couple of new user accounts I have created on my 
>fedora.  What is the command to accomplish this simple task?
>Regards,
>
>Cris
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: deleting user on fedora. how?
   ` Igor Gueths
@    ` Gregory Nowak
       ` cris
  0 siblings, 1 reply; 10+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

You should also be able to do:

userdel -r username

, which will delete the user from the system, as well as deleting the
user's home directory, all in one go, no need to run rm after running
userdel that way.

Greg


On Thu, Mar 11, 2004 at 03:19:58PM -0500, Igor Gueths wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> That command is userdel username. Then jjust do rm -r to the homedirs.

-- 
Free domains: http://www.eu.org/ or mail dns-manager@EU.org



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: deleting user on fedora. how?
     ` Gregory Nowak
@      ` cris
         ` Glenn Ervin at Home
                         ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: cris @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Thanks a lot folks for your great help.  I wish someone would make a list of
all of these line commands.  Or may be such a list exists, but I have not
seen it.  That would make the life of beginners like me so much easier.
Cheers to all,
Cris
----- Original Message ----- 
From: "Gregory Nowak" <greg@romuald.net.eu.org>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Thursday, March 11, 2004 6:48 PM
Subject: Re: deleting user on fedora. how?


> You should also be able to do:
>
> userdel -r username
>
> , which will delete the user from the system, as well as deleting the
> user's home directory, all in one go, no need to run rm after running
> userdel that way.
>
> Greg
>
>
> On Thu, Mar 11, 2004 at 03:19:58PM -0500, Igor Gueths wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > That command is userdel username. Then jjust do rm -r to the homedirs.
>
> -- 
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: deleting user on fedora. how?
       ` cris
@        ` Glenn Ervin at Home
         ` Sean McMahon
         ` Janina Sajka
  2 siblings, 0 replies; 10+ messages in thread
From: Glenn Ervin at Home @  UTC (permalink / raw)
  To: cris, Speakup is a screen review system for Linux.

I agree, I usually don't need a long narrative explaining how to use
something like software, usually the commands themselves are self
explanatory.

----- Original Message ----- 
From: "cris" <filastin48@hotmail.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Friday, March 12, 2004 11:28 AM
Subject: Re: deleting user on fedora. how?


Thanks a lot folks for your great help.  I wish someone would make a list of
all of these line commands.  Or may be such a list exists, but I have not
seen it.  That would make the life of beginners like me so much easier.
Cheers to all,
Cris
----- Original Message ----- 
From: "Gregory Nowak" <greg@romuald.net.eu.org>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Thursday, March 11, 2004 6:48 PM
Subject: Re: deleting user on fedora. how?


> You should also be able to do:
>
> userdel -r username
>
> , which will delete the user from the system, as well as deleting the
> user's home directory, all in one go, no need to run rm after running
> userdel that way.
>
> Greg
>
>
> On Thu, Mar 11, 2004 at 03:19:58PM -0500, Igor Gueths wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > That command is userdel username. Then jjust do rm -r to the homedirs.
>
> -- 
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>

_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: deleting user on fedora. how?
       ` cris
         ` Glenn Ervin at Home
@        ` Sean McMahon
           ` Igor Gueths
         ` Janina Sajka
  2 siblings, 1 reply; 10+ messages in thread
From: Sean McMahon @  UTC (permalink / raw)
  To: cris, Speakup is a screen review system for Linux.

Another thing to add to that wish list, a program where you could type in a task
you wanted to do, and it would tell you which program did that.  Something more
specific then google.
----- Original Message ----- 
From: "cris" <filastin48@hotmail.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Friday, March 12, 2004 10:28 AM
Subject: Re: deleting user on fedora. how?


> Thanks a lot folks for your great help.  I wish someone would make a list of
> all of these line commands.  Or may be such a list exists, but I have not
> seen it.  That would make the life of beginners like me so much easier.
> Cheers to all,
> Cris
> ----- Original Message ----- 
> From: "Gregory Nowak" <greg@romuald.net.eu.org>
> To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
> Sent: Thursday, March 11, 2004 6:48 PM
> Subject: Re: deleting user on fedora. how?
>
>
> > You should also be able to do:
> >
> > userdel -r username
> >
> > , which will delete the user from the system, as well as deleting the
> > user's home directory, all in one go, no need to run rm after running
> > userdel that way.
> >
> > Greg
> >
> >
> > On Thu, Mar 11, 2004 at 03:19:58PM -0500, Igor Gueths wrote:
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > >
> > > That command is userdel username. Then jjust do rm -r to the homedirs.
> >
> > -- 
> > Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: deleting user on fedora. how?
         ` Sean McMahon
@          ` Igor Gueths
  0 siblings, 0 replies; 10+ messages in thread
From: Igor Gueths @  UTC (permalink / raw)
  To: Sean McMahon, Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Such a thing already exists. The apropos command. 
On Fri, Mar 12, 2004 at 11:34:29AM -0700, Sean McMahon wrote:
> Another thing to add to that wish list, a program where you could type in a task
> you wanted to do, and it would tell you which program did that.  Something more
> specific then google.
> ----- Original Message ----- 
> From: "cris" <filastin48@hotmail.com>
> To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
> Sent: Friday, March 12, 2004 10:28 AM
> Subject: Re: deleting user on fedora. how?
> 
> 
> > Thanks a lot folks for your great help.  I wish someone would make a list of
> > all of these line commands.  Or may be such a list exists, but I have not
> > seen it.  That would make the life of beginners like me so much easier.
> > Cheers to all,
> > Cris
> > ----- Original Message ----- 
> > From: "Gregory Nowak" <greg@romuald.net.eu.org>
> > To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
> > Sent: Thursday, March 11, 2004 6:48 PM
> > Subject: Re: deleting user on fedora. how?
> >
> >
> > > You should also be able to do:
> > >
> > > userdel -r username
> > >
> > > , which will delete the user from the system, as well as deleting the
> > > user's home directory, all in one go, no need to run rm after running
> > > userdel that way.
> > >
> > > Greg
> > >
> > >
> > > On Thu, Mar 11, 2004 at 03:19:58PM -0500, Igor Gueths wrote:
> > > > -----BEGIN PGP SIGNED MESSAGE-----
> > > > Hash: SHA1
> > > >
> > > > That command is userdel username. Then jjust do rm -r to the homedirs.
> > >
> > > -- 
> > > Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAUgqhNohoaf1zXJMRAoTLAJ4sBg0nG72NO7EgpkSs4TKuofjTSACfbFYC
uJkCgwbw3t2sg/LSqunh+k8=
=FzDn
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: deleting user on fedora. how?
       ` cris
         ` Glenn Ervin at Home
         ` Sean McMahon
@        ` Janina Sajka
  2 siblings, 0 replies; 10+ messages in thread
From: Janina Sajka @  UTC (permalink / raw)
  To: cris, Speakup is a screen review system for Linux.

cris writes:
>I wish someone would make a list of
> all of these line commands.  Or may be such a list exists, but I have not
> seen it.

There are several such resources and you should become acquainted with them. The truth of the matter is simply this: Your learning process will never end.

Please note that the installation HOWTO for the Speakup Modified Fedora Distribution explicitly and directly points to several references. Consult it at:

In particular note the pointers to Red Hat's installation manual. There are other good guides such as "Getting Started" and a "Customization Guide" at the same general web page.

Also, notice the resources mentioned in the "Now What" section of our installation HOWTO.

http://www.linux-speakup.org/ftp/disks/fedora/HOWTO_INSTALL.html

Also, National Braille Press has a "cheat sheet" of common Unix commands which can be useful. There's also an old book, "Understanding Unix," which is relevant and works well as a beginner's reference. I believe it, along with other texts, is available at BookShare and on audio media from RFB&D.

So, you really do have resources.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: deleting user on fedora. how?
   deleting user on fedora. how? cris
   ` Igor Gueths
   ` Charles Crawford
@  ` Joseph C. Lininger
  2 siblings, 0 replies; 10+ messages in thread
From: Joseph C. Lininger @  UTC (permalink / raw)
  To: cris, Speakup is a screen review system for Linux.


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

To delete the user, you should just be able to do:

userdel -R <username>

If the user also has files in other places than home, then you'll
have to go through and remove them manually. The find command can
make quick work of this, though I doubt you'll even need to worry
about it.
- ---
Joseph C. Lininger
jbahm@pcdesk.net
- ----- Original Message ----- 
From: "cris" <filastin48@hotmail.com>
To: <speakup@braille.uwo.ca>
Sent: Thursday, March 11, 2004 1:21 PM
Subject: deleting user on fedora. how?


Hi folks,
I now need to delete a couple of new user accounts I have created on
my fedora.  What is the command to accomplish this simple task?
Regards,

Cris
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0.3

iQA/AwUBQFO5HCenap9Jqj2wEQImrwCg13NYEeKxm0Q63ggFzb9TbpMHyCwAmwTY
n22q/fOPXGae5JOGfVy9jQ+0
=UUD5
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 deleting user on fedora. how? cris
 ` Igor Gueths
   ` Gregory Nowak
     ` cris
       ` Glenn Ervin at Home
       ` Sean McMahon
         ` Igor Gueths
       ` Janina Sajka
 ` Charles Crawford
 ` Joseph C. Lininger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).