View Single Post
  #1   (View Single Post)  
Old 28th September 2008
lumiwa lumiwa is offline
Package Pilot
 
Join Date: May 2008
Posts: 145
Default user permission...

Hi!

I think that is something wrong with the user (mine) permission.
For example id I run as root in /home/ajtim folser ls -l I got (there are more):

drwxr-xr-x 2 ajtim wheel 512 Sep 25 18:06 .xine
-rw-r--r-- 1 ajtim wheel 15 Aug 11 16:21 .xinitrc
drwx------ 2 ajtim ajtim 512 Jun 18 15:45 Desktop
drwx------ 11 ajtim ajtim 1024 Sep 25 09:38 Documents

as user ajtim ls -l and I got:
drwx------ 2 ajtim 1002 512 Jun 18 15:45 Desktop
drwx------ 11 ajtim 1002 1024 Sep 25 09:38 Documents

and as user ls -la:
drwxr-xr-x 2 ajtim 0 512 Sep 25 18:06 .xine
-rw-r--r-- 1 ajtim 0 15 Aug 11 16:21 .xinitrc
drwx------ 2 ajtim 1002 512 Jun 18 15:45 Desktop
drwx------ 11 ajtim 1002 1024 Sep 25 09:38 Documents

User is member also of wheel and operator groups.

How should I ecit user account, please? I check /etc/group, passw and master.passwd and looks okay. Itry to change primary group with pw usermode -g wheel ajtim and I got:

pw: user name or id required

Thanks a lot...

Mitja
Reply With Quote