I just installed openSUSE, I originally had SUSE Enterprise Linux Desktop, but it seemed dated in terms of packages so I decided to switch to openSUSE.
On a clean install, IE, full format of hard drives, I found that I had an extra directory in /home, now it is /home/linux, I assume this is probably for the livecd, as the user linux does not exist on my system, didn’t check to see if it was a system user.
You’re probably find. To get a list of all users on the system in most
cases you can just cat /etc/passwd but a more-proper way is the
following command:
getent passwd
Once you have the output just grep for the user ‘linux’:
getent passwd | grep ‘linux’
Good luck.
danlee ca wrote:
> I just installed openSUSE, I originally had SUSE Enterprise Linux
> Desktop, but it seemed dated in terms of packages so I decided to switch
> to openSUSE.
>
> On a clean install, IE, full format of hard drives, I found that I had
> an extra directory in /home, now it is /home/linux, I assume this is
> probably for the livecd, as the user linux does not exist on my system,
> didn’t check to see if it was a system user.
>
> Would it be safe to remove this directory ?
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
Never used the live cd but it does have a use “linux”.
Best way to delete it is to go to yast > security and users.
Deleting the user will also delete the home folder.
Of course, a better check may be to see which user owns that
directory… so if you find /home/linux in your output that should show
the user, though not necessarily one named ‘linux’.
Good luck.
ab@novell.com wrote:
> You’re probably find. To get a list of all users on the system in most
> cases you can just cat /etc/passwd but a more-proper way is the
> following command:
>
> getent passwd
>
> Once you have the output just grep for the user ‘linux’:
>
> getent passwd | grep ‘linux’
>
> Good luck.
>
>
>
>
>
> danlee ca wrote:
>> I just installed openSUSE, I originally had SUSE Enterprise Linux
>> Desktop, but it seemed dated in terms of packages so I decided to switch
>> to openSUSE.
>
>> On a clean install, IE, full format of hard drives, I found that I had
>> an extra directory in /home, now it is /home/linux, I assume this is
>> probably for the livecd, as the user linux does not exist on my system,
>> didn’t check to see if it was a system user.
>
>> Would it be safe to remove this directory ?
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org