Actions
Best Practices - File transfer
From ALICE Documentation
Best Practices and General Information
- User scp for smaller files and sftp for larger files
- For newly created accounts only the following directories exists:
/home/<username>
on the home file system and /data/<username>
on the shared scratch file system. There is a symlink from your home directory to your shared scratch directory, i.e., /home/<username>/data
can also be used.
- You can use git on ALICE to clone repositories to your space on
/home
or /data
.