LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to make a user "invicible" (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-make-a-user-invicible-539163/)

micro_xii 03-20-2007 07:38 PM

how to make a user "invicible"
 
Greetings:

I command the ff:

groupadd market
useradd -g market jack
passwd jack

How to make this user "jack" hidden...just like "root"

{BBI}Nexus{BBI} 03-20-2007 08:39 PM

Quote:

Originally Posted by micro_xii
How to make this user "jack" hidden...just like "root"

If you are using the KDM Greeter you need to edit the kdmrc file.

Look for this section in that file: [X-*-Greeter]

Then find this line: HiddenUsers=blah,blah,blah

add the name of the user you want to hide at the end of the line.

Don't forget to put a , before the name.


All times are GMT -5. The time now is 02:59 PM.