I have mini PC, two years with EOS.
SSD appr. 200GB with OS and HDD 1TB with /home.
Now I have decided to install “from zero”.
/root - was formated.
Certainly, I wanted that information left in /home.
New user - vlad, old user -vlm.
Install war succsesfull.
BUT there is problem.
In katalog /home are two katalogs - vlad and vlm, good.
vlm has my old dates, vlad has normal new Documens, Downliads , ets.
Only it doesn’t work correctly.
4.1 vlad1000:1001:vlad:/home/vlad:/bin/bash
vlm1001:1002::/home/vlm:/bin/bash
Do not understand - what means way “vlad:/home/vlad”?
4.2 [vlad@dh370 ~]$ awk -F’:’ ‘{ print $1}’ /etc/passwdPreformatted text root bin … vlad vlm
In passwd two normal users: vlad, vlm
[vlad@dh370 ~]$ su vlm
Password:
bash: /home/vlm/.bashrc: Permission denied
[vlm@dh370 vlad]$ - what does it mean? at first vlm…, then …vlad?
And further
[vlm@dh370 vlad]$ ls -l
ls: cannot open directory ‘.’: Permission denied
I suppose, don’t understand something fundamental…
Coudn’t you something to tell?
Thanks very much.
?? So far as i know root is system-administrator,
vlad, vlm, … dom,… are usual users. OR?
During install it was asked only name, password of new user.
Can you explain, please?
Explain what? Can you explain what you want to happen here?
You have two separate users created. They each have their own home directory. You are trying to access one user’s home directory from another user. That isn’t allowed by default.
As far as I could understand, @chucha only wants access to their old home files… created a second (old user vlm) beforehand (after re-installation)… this is what my crystal ball is telling…
I might be wrong here. …only my guts, next to the crystal ball on my desk are telling me this, @dalto
created a second (old user vlm) beforehand (after re-installation)
No.
Before Installation had only vlm and /home/vlm.
In process of installition was born user vlad.
So. What do I want.
To have 2 users.
Both (vlm and vlad) have own directory (/home/vlad, /home/vlm).
Problem - i can work as vlad, vlad@dh370. - Ok
but as vlm - NO. (see messages of bash) .
If I change to vlm, I get [vlm@dh370vlad]$.
But one need [vlm@dh370]$
**** @dh370
but there is only one user as installer has no option to add additional users.
There is only the old home of the user existing before… but as ropot filesystem is reinstalled old user is no user in the new system at all… only if you would use useradd and options to recreate this user using the old home…
Sorry, one quetion.
EOS hat user -root with password 11
and stupid user “vlm”, password 22.
We install new system, /home/vlm is not touched,
New user by install bekame name vlm and password 22.
In this case get I “good” system?
What says crystal ball?