Results 1 to 2 of 2
Hello All,
I am Using Knoppix 5.1 version , when i store files in external USB , then it will shows the following format when i do ls -l
example: ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-04-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 45
Knoppix owner id and Group id
Hello All,
I am Using Knoppix 5.1 version , when i store files in external USB , then it will shows the following format when i do ls -l
example: ls -l
-rw-r--r-- 1 knoppix knoppix 19323 sep 4 14:09 snap-2008-09-04.jpeg
My problem is , when i put the usb stick to another standard linux machine then i will get the following ,
-rw-r--r-- 1 1000 1000 19323 sep 4 14:09 snap-2008-09-04.jpeg
what is 1000 1000 mean ?
help ?
- 09-08-2008 #2
Internally Linux knows you by a number, not a name. This number is called the User Identity Number or UID. The username that you log in with is just a translation for the convenience of human beings.
Many distributions use the UID 1000 for the first non-system user (in Knoppix, this is the knoppix user). It's not a universal convention though: Red Hat used to use 500.
Your files are registered to your UID. If you look at them in another Linux system which has no user corresponding to this UID, you see the UID instead of a name when you list the directory."I'm just a little old lady; don't try to dazzle me with jargon!"


Reply With Quote
