Operating System - HP-UX
1832976 Members
2646 Online
110048 Solutions
New Discussion

2 same accounts in 2 different FS

 
SOLVED
Go to solution
panchpan
Regular Advisor

2 same accounts in 2 different FS

Hello.
Is it possible to create accounts on HP-UX m/c say XXX in two different file systems say-
/FS1/XXX/ and
/FS2/XXX/ Is it a problem ?

THANKS!
7 REPLIES 7
MarkSyder
Honored Contributor

Re: 2 same accounts in 2 different FS

Depends on what you mean by an account. You can certainly have two directories with the same name in different filesystems, but if you mean user accounts that is a different matter entirely.

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
Robert-Jan Goossens_1
Honored Contributor

Re: 2 same accounts in 2 different FS

Hi,

No accounts need to be unique.

Regards,
Robert-Jan
Peter Godron
Honored Contributor

Re: 2 same accounts in 2 different FS

Hi,
you can't have duplicate user accounts. But you can have same directory (XXX) in different paths.

Please clarify what you mean by "account".
panchpan
Regular Advisor

Re: 2 same accounts in 2 different FS

by account i meant login ID
Peter Godron
Honored Contributor
Solution

Re: 2 same accounts in 2 different FS

Hi,
in that case the answer is no, as you can not have a duplicate userid !
Dennis Handly
Acclaimed Contributor

Re: 2 same accounts in 2 different FS

You could have one account and that user owns both directories but only one would be the home directory.
panchpan
Regular Advisor

Re: 2 same accounts in 2 different FS

THANKS!!!