Ubuntu and root, su and sudo
By jeltsch on Tue, 03/06/2007 - 22:54In (K)ubuntu, only sudo is allowed by default. To enable su, execute:
sudo -s -H
To enable graphical root login, edit /etc/kde3/kdm/kdmrc:
AllowRootLogin=true
In (K)ubuntu, only sudo is allowed by default. To enable su, execute:
sudo -s -H
To enable graphical root login, edit /etc/kde3/kdm/kdmrc:
AllowRootLogin=true
cvs update -Pd
in the gallery2 directorySometimes the reboot, shutdown or halt command fail. Then this is the answer:
echo 1 >/proc/sys/kernel/sysrq echo b >/proc/sysrq-trigger