Please respect my signature and Reply-To header as well as the Debian
lists' code of conduct; do not CC me in followups.
Thursday, 12 January 2006 22:14, Pierre Habouzit wrote:
> my own shell is zsh, so konsole does :
>
> $(SHELL) -c "su -"
>
> to launch a root session.
> soit should defininete
> Any ideas?
strace -f -e trace=execve konsole
gives :
execve("/bin/zsh", ["/bin/zsh", "-c", "su -"], [/* 48 vars */]) = 0
execve("/bin/su", ["su", "-"], [/* 47 vars */]) = 0
my own shell is zsh, so konsole does :
$(SHELL) -c "su -"
to launch a root session.
soit should defininetely do
Thursday, 12 January 2006 17:47, David Martínez Moreno wrote:
> El jueves, 12 de enero de 2006 05:11, Alex Nordstrom escribió:
> > For some reason, when starting a root shell in Konsole from the
> > Sessions menu, this setting is ignored. Other session types work as
> > expected, and if one issues
El jueves, 12 de enero de 2006 05:11, Alex Nordstrom escribió:
> For some reason, when starting a root shell in Konsole from the Sessions
> menu, this setting is ignored. Other session types work as expected,
> and if one issues su from the root session (effectively starting a root
> shell within t
I have the following lines in my /etc/bash.bashrc uncommented (in the
default installation, they are commented out) to get enhanced tab
completion in Bash (not only completing file names as normal, but also
things like package names on the aptitude command line):
# enable bash completion in int
5 matches
Mail list logo