The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 12-02-2005
matrixmadhan matrixmadhan is offline
Technorati Master
 

Join Date: Mar 2005
Location: Large scale systems...
Posts: 2,572
strange doubt in users

confused with this strange doubt

abc is my login id

ls -l | grep abc
drwxr-xr-x 13 abc req 1024 Jun 21 22:50 abc

i just reset my group from req to try by changing the entry in /etc/passwd

but still
ls -l | grep abc
drwxr-xr-x 13 abc req 1024 Jun 21 22:50 abc
instead of try

strange thing is i have a program that would execute only if the group is try and now i am able to execute that (seems grp has been changed but i couldnt reflect the change in /users/ )

what could be the reason?

hope i make things clear
Reply With Quote
Forum Sponsor