Feb 15, 2005 #1 bganeshan IS-IT--Management Joined Feb 15, 2005 Messages 1 Location US Hi, I want to retain all the old aliases after I run newgrp. Any pointer will be greatly appreciated. Regards, BG.
Hi, I want to retain all the old aliases after I run newgrp. Any pointer will be greatly appreciated. Regards, BG.
Sep 6, 2005 #2 xhonzi Programmer Joined Jul 29, 2003 Messages 196 Location US try `newgrp - <grpname>` Have you tried the man page? Xhonzi Upvote 0 Downvote
Sep 7, 2005 #3 new2me Technical User Joined Mar 12, 2004 Messages 176 Location CA newgrp group_new Without the dash '-' that would retain your previous group settings. newgrp - group_new With the dash it'll use the group_new profile. Upvote 0 Downvote
newgrp group_new Without the dash '-' that would retain your previous group settings. newgrp - group_new With the dash it'll use the group_new profile.