Save a document as .doc instead of as odf or pdf
James Mcphee
jmcphe at gmail.com
Mon Jul 7 01:56:57 MST 2008
## Get all the files on the system owned by <olduser>
## I know it's probably just homedir, but you never know.
find / -user <olduser> -exec chown <newuser>:<newgroup> {} \;
## Then just drop a symlink onto the desktop for the old homedir.
ln -s /home/<olduser> /home/<newuser>/Desktop/OldHome
## or something along those lines?
## Normally I do my chuser's and simply keep the homedir intact. Maybe
rename (mv) if I'm feeling picky.
--
James McPhee
jmcphe at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.PLUG.phoenix.az.us/pipermail/plug-discuss/attachments/20080707/ef8773d8/attachment.htm
More information about the PLUG-discuss
mailing list