Le Wednesday 18 February 2009 23:55:47 manchette, vous avez écrit : > ;) > [...] > En fin de manip j'obtiens cela : > :~> sudo chown fabrice.fabrice /home/fabrice -R > > chown: usager invalide: `fabrice.fabrice'
Bien, pour connaitre les noms utilisateur et groupe: $ id uid=500(serge) gid=500(serge) groupes=500(serge) Le home: $ echo $HOME /home/serge Donc, avec cette exemple: $ sudo chown serge.serge /home/serge -R [...] > -- > Fabrice -- In Microsoft products, failure is not an option. It is a standard feature. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
