Penguin
Diff: AccessingWindowsPartitions
EditPageHistoryDiffInfoLikePages

Differences between version 13 and predecessor to the previous major change of AccessingWindowsPartitions.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 13 Last edited on Sunday, July 30, 2006 12:21:16 pm by DanielLawson Revert
Older page: version 12 Last edited on Saturday, July 29, 2006 4:35:59 pm by IanMcDonald Revert
@@ -22,12 +22,15 @@
  
 The user allows the user to [Mount], unmount and the uid says that that user can access. 
  
 To get the uid in [IanMcDonald]'s post type: 
-=cat /etc/passwd =  
-and the output will be something like:  
-=bubba:x: 1234:1000:bubba ,,,: /home/bubba:/bin/bash=  
+=id username =  
+where username is replaced with your username, and the output will be something like:  
+  
+<verbatim>  
+uid =1234(username) gid=1234(username) groups=1234(username) ,4(adm) ,20(dialout) ,24(cdrom),25(floppy),29(audio),  
+ 30(dip),44(video),46(plugdev),107(lpadmin),108(scanner),109(admin)  
+< /verbatim>  
  
-In the list, the uid is the third item, '1234'.  
  
 ---- 
 CategoryBeginners