Linux Lite A.I. Services are now live! https://www.linuxliteos.com/shop.html


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I reinstall LL safely in a win7/zorin/lubuntu/LL multiboot?
#13
I forgot you had Zorin on there as well, but see that you went ahead and changed that too.  Good job.


As I understand it, when you run id command in both Zorin and LL it shows UID and GID = 1001.  Correct?  However, Lubuntu is showing UID=1001 and GID=1002 -- correct?  If so, run these two commands in Lubuntu terminal and let's see who shows up as GID=1001.



List users (and their respective UID, GID) with a UID equal to or greater than 1000 as listed in /etc/passwd file:
Code:
awk -F: '($3 >= 1000) {printf "%s:%s:%s\n",$1,$3,$4}' /etc/passwd

List groups with a GID equal to or greater than 1000 as listed in /etc/group file:
Code:
awk -F: '($3 >= 1000) {printf "%s:%s\n",$1,$3}' /etc/group


Copy/Paste results back here.
Try Linux Beginner Search Engine for answers to Linux questions.
Reply


Messages In This Thread
Re: How do I reinstall LL safely in a win7/zorin/lubuntu/LL multiboot? - by gold_finger - 09-22-2016, 01:40 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)