j'ai cela est ce génant ? ^[[B^[[B^[[Bchown: ne peut accéder `/home/fabrice/.gvfs': Permission non accordée
Fabrice Le jeudi 19 février 2009 17:38:37, List a écrit : > Le Thursday 19 February 2009 17:17:18 manchette, vous avez écrit : > > j'ai cela : > > fabr...@linux-d2g5:~> id > > uid=1000(fabrice) gid=100(users) > > groupes=6(disk),16(dialout),17(audio),20(cdrom),33(video),100(users) > > Traduction: > --------------- > Sous *unix, les utilisateurs ont un identifiant utilisateur (pour ouvrir > une session sur le système, par exemple), un identifiant de groupe > principale plus des identifiants de groupe. > > USER=fabrice > GROUP=users > > ou numérique >fabr...@linux-d2g5:~> sudo chown fabrice.users /home/fabrice -R > UID=1000 > GID=100 > > En suite, il y a les groupes ou l'utilisateur est enregistré, comme: > groupes=6(disk),16(dialout),17(audio),20(cdrom),33(video),100(users) > > Fichiers: > ----------- > /etc/group > /etc/passwd > > Informations: > ----------------- > man group > man passwd > > > est ce sudo chown fabrice.users /home/fabrice -R ou sudo chown > > users.fabrice /home/fabrice -R ? > > Donc, on utilise aussi bien: > > $ chown fabrice.users /home/fabrice -R > > que > > $ chown 1000.100 /home/fabrice -R > > ou même: > > $ chown fabrice.100 /home/fabrice -R > > > A moins que 500 ne soit important ? > > 500 était l'exemple. > > > Le jeudi 19 février 2009 00:01:10, List a écrit : > > > 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. > > > > -- > > Fabrice > > -- > > In Microsoft products, failure is not an option. It is a standard feature. -- Fabrice -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
