Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Your Jupyter instance will always start with HOME as your top level directory. In order to access any other of your storage spaces in the Atos HPCF or ECS, you will need tomay create soft links to those spaces from your HOME directory. You can do that from a terminal:

No Format
for space in perm hpcperm scratch; do ln -snf /$space/$USER ~/$space; done