Difference between revisions of "Linksys AC Series Router Configuration Tips for OpenWRT"

m
no edit summary
m
m
Line 2,512: Line 2,512:
List available shells: cat /etc/shells OR chsh -l (NOTE: The chsh -l command doesn't work in OpenWRT as it does in other Linux distributions because chsh was compiled without the -l option, presumably for space considerations)
List available shells: cat /etc/shells OR chsh -l (NOTE: The chsh -l command doesn't work in OpenWRT as it does in other Linux distributions because chsh was compiled without the -l option, presumably for space considerations)


Change shell: chsh -r /bin/bash (this will also allow history commands to persist too.)
Change shell: chsh -s /bin/bash (this will also allow history commands to persist too.) OR just type chsh and it will prompt you to change to a different shell.


=====Profiles=====
=====Profiles=====