105
edits
TapasSarangi (talk | contribs) No edit summary |
TapasSarangi (talk | contribs) No edit summary |
||
== How to write to /cvmfs/lz.opensciencegrid.org ==
* # osggrid01.hep.wisc.edu is the cvmfs writer and only accessible through the hep.wisc.edu network▼
* # login to osggrid01.hep.wisc.edu via lzlogin01.hep.wisc.edu▼
<nowiki>
▲# osggrid01.hep.wisc.edu is the cvmfs writer and only accessible through the hep.wisc.edu network
▲# login to osggrid01.hep.wisc.edu via lzlogin01.hep.wisc.edu
ssh username@lzlogin01.hep.wisc.edu
ssh osggrid01.hep.wisc.edu
# Write an empty file to the parent directory (don't follow it literally)
touch myFile.txt
</nowiki>
|