On Sun, Jan 13, 2019 at 10:10:44PM +0100, Cs?nyi P?l wrote: > I changed the shell for root like this: > # usermod -s /bin/ksh root > > and now when I login with root ( not with su ) I have command/filename > completition. > But if I do su from my bash shell, and get root, the command > completition does not work. Why?
How about "su -l" ? Cheers, Patrick