On Sat, 25 Feb 2006 10:49:36 +1300, A Nice Cup of Tea wrote:
> On Sat, 25 Feb 2006 08:26:55 +1300, Shane wrote:
>
>> mmm kay... per chance you have an idea in mind which "stuff" I am
>> copying across?
>
> Doesn't matter. If you're wanting to transfer any sort of file, so long as
> you can mount the partitions as read/write then you can copy any file
> across and put it in any directory that you have permission to do so.
>
>
> A Nice Cup of Tea
It does matter. Shane's original question was "what" to copy, not "how".
Shane,
try updating some settings and then look for a file with a recent
modification timestamp on it ...
e.g.
ls -alt | head (in your home directory, this will include dot files)
find ~ -mmin -5 (for files modified less than 5 minutes ago)
It's likely to update a file somewhere in your home directory tree.
--
Murray.
|