Tuesday, 21 October 2014

IBM Notes, where do your temp files go to, my lovely

I think I've blogged this before, and will check later.

* UPDATE 21-10-2014 *

And here they are: -

 More on Lotus Notes and temporary directories

 Lotus Notes 8.5.3 on Apple Mac OSX - Where do your temp files go to, my lovely ?

* UPDATE 21-10-2014 *
Meantime, for the record, here is where IBM Notes locates its temporary files: -

/private/var/folders/8t/s52kgwtj4l16sp3nf0tl7f9c0000gn/T/TemporaryItems/notes

How did I find this ?




or: -


As can be seen, Working Directory has most of the location, which can then be further investigated using Finder: -

or Terminal: -


pwd

/private/var/folders/8t/s52kgwtj4l16sp3nf0tl7f9c0000gn/T/TemporaryItems/notes

ls -al IIB\ DB2\ Sample.rtf

-rw-r--r--@ 1 hayd  staff  1888 19 Sep 14:59 IIB DB2 Sample.rtf

No comments:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...