Re: F8 is an excellent release!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



| From: Mike C <mike.cohler@xxxxxxxxx>

| OK I will summarise:

Thanks.  It is useful to share hard-won knowledge.

| cp passwd OLD/
| cp group OLD/
| cp shadow OLD/
| cp gshadow OLD/
| 
| chmod 600 shadow gshadow

I would suggest:
	cp -p passwd group shadow gshadow OLD/
The -p preserves file attributes.  I use it on most cp commands I
issue.

I always regret the fact that I forget to copy my sshd host keys over.
But I always forget.


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux