09-13-2014, 08:52 PM
@Dyslexic1
To find user IDs on the computer, in a terminal type this:
At the end of the list the user IDs should start at 1000. Here's my user ID, for example:
In this case my user ID is 1001
I hope this helps.
~Scott
Quote:How can I find out the only user ID on computer please?
To find user IDs on the computer, in a terminal type this:
Code:
cat /etc/passwd
At the end of the list the user IDs should start at 1000. Here's my user ID, for example:
Code:
scott:x:1001:1001::/home/scott:/bin/bash
In this case my user ID is 1001
I hope this helps.
~Scott