/usr/lib/lightdm:/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
/usr/lib/lightdm:/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
As sudodus said, or that you simply made a typo when typing chown. You also can try
If you'll get an error message that ownership of some directories cannot be changed (presumably of .gvfs), ignore it. It's normal.Code:sudo /bin/chown -R master: /home/master
Then reboot.
Edit. Your $PATH looks OK. So probably that was a typo.
Last edited by schragge; March 1st, 2013 at 04:21 PM.
Anyway /bin is in your path, and chown should be there. Try
Code:ls -l /bin/chown
Good call, sudodus! This may be the cause of GUI login failing, but chown should have worked nevertheless.
Last edited by schragge; March 2nd, 2013 at 12:53 PM.
I tried /bin/echo $PATH and got
/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
I tried second code again and got: [sudo] password for master
I put in my password and it ignored it, I tried again and it said commande intouvable.
Michael
TryIf chown is somehow missing, this should reinstall it.Code:sudo apt-get install coreutils_8.13-3ubuntu3_i386
Then try againCode:sudo chown master:master /home/master
Bookmarks