Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Probably wrongly configured shell
Perhasp try: sudo chsh -s /bin/bash <user>
To change the shell to bash -
Thanks for leading me the right direction guys.
usermod --shell /bin/bash username
Worked
Sauce https://tecmint.com/change-a-users-... -
you probably did 'adduser <bleh>' (which is low level user); you should have invoked 'useradd <bleh>' since this has the goodies like home directory and shell and so on, which takes the same skelly for more sophisticated users.
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
Created a separate user in linux debian. Logged in as new user. Console seems weird and if I press my key up I can't get previous commands, I'm just getting symbols. This is how it looks https://prnt.sc/r0krvw
With root user everything is fine.
How can I fix this?
rant
linux
question
help