Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 2775  / 1 Year ago, fri, march 3, 2023, 12:44:13

Well I know the question is weird, but i have a user "Bob" and I want only bob's account to be stuck in infinite login loop. Please note I don't want to get out of a login loop..I want this particular user to be stuck in infinite login loop.



How do I do this?


More From » login

 Answers
7

Open Terminal (Press Ctrl+Alt+T). Execute this command in terminal.



chown -R root:root /home/Bob/.Xauthority


This command with change ownership of .Xauthority directory of Bob user to root user thus not allowing Bob to login.


[#20553] Saturday, March 4, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
untroo

Total Points: 3
Total Questions: 110
Total Answers: 95

Location: Palestine
Member since Thu, Oct 28, 2021
3 Years ago
;