1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Linux Noob guide?

Discussion in 'Software' started by David, 23 Nov 2025.

  1. David

    David μoʍ ɼouმ qᴉq λon ƨbԍuq ϝʁλᴉuმ ϝo ʁԍɑq ϝμᴉƨ

    Joined:
    7 Apr 2009
    Posts:
    18,655
    Likes Received:
    7,404
    Strange name for your girlfriend.
     
    Mr_Mistoffelees likes this.
  2. ShakeyJake

    ShakeyJake My name is actually 'Jack'.

    Joined:
    5 May 2009
    Posts:
    941
    Likes Received:
    83
    Code:
    sudo userdel Byron C
    Ok well now we're all friendly.
     
    Byron C and David like this.
  3. Byron C

    Byron C I was told there would be cheesecake…?

    Joined:
    12 Apr 2002
    Posts:
    11,687
    Likes Received:
    6,443
    Come on now, you know that won’t work - you can’t have a space in the username :lol:
     
  4. ShakeyJake

    ShakeyJake My name is actually 'Jack'.

    Joined:
    5 May 2009
    Posts:
    941
    Likes Received:
    83
    Proving to the newbs that you can use linux for almost 20 years and still not really understand the command line. Because you know what I would really do? Open the gui and click on the 'delete' button.
    upload_2025-12-5_11-14-50.png
     
  5. Gareth Halfacree

    Gareth Halfacree WIIGII! Lover of bit-tech Administrator Super Moderator Moderator

    Joined:
    4 Dec 2007
    Posts:
    18,397
    Likes Received:
    8,761
    But you *could* delete a user called "Byron" and a user called "C" in a single command...

    (This, incidentally, is how Bumblebee once hosed everybody's systems: the upgrade script tried to clear out older versions by "rm -rf /etc/whatever/bumblebee" but actually "rm -rf /etc /whatever/bumblebee" which is not the same thing at all.)
     
    Byron C and yuusou like this.
  6. yuusou

    yuusou Multimodder

    Joined:
    5 Nov 2006
    Posts:
    3,261
    Likes Received:
    1,340
    Had a customer the other day that overwrote the whole /etc of a server with one from another server.
    Fortunately both servers were mostly the same, just UIDs, GIDs, ssh server keys and some symlinks for a secondary init system were bad.
    I recovered the server without reinstalling, mostly by removing unnecessary ini files from the init system and checking home folders for all users and groups in /etc/passwd and /etc/group, fixing the files manually.
     
  7. Byron C

    Byron C I was told there would be cheesecake…?

    Joined:
    12 Apr 2002
    Posts:
    11,687
    Likes Received:
    6,443
    …. Oof. Yeah, that’ll do it!
     

Share This Page