Jump to content

I made a shit :-(


aze
 Share

Recommended Posts

You can open the gnome apps menu, find the program you want, click on the app and hold the mouse button down, then drag onto desktop to create shortcut. There are other ways as well.

Another way, depending on how much you have lost, is to just create a new user, then delete old user.

Link to comment
Share on other sites

-To remove a user using a console: userdel -r username

 

[root@localhost gd]# userdel -r test

 

-To add a user using a console (2 steps)

Step 1 -> Add a user : adduser username

Step 2 -> Give a password to the user : passwd username

 

[root@localhost gd]# adduser test

[root@localhost gd]# passwd test

Changing password for user test.

New UNIX password: 

Retype new UNIX password: 

passwd: all authentication tokens updated successfully.

 

Hope this help

 

MOttS

Link to comment
Share on other sites

All you had to do was..

 

0. Log in as root.

1. Delete the user.

2. Locate the group named after the user and delete that as well.

3. Delete the user's folder.

4. Create the user

 

You can use userdrake for the entire process. Deleting your entire system was not the way to go... (unless you had other reasons on your mind :) )

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...