Skip to content

Commit

Permalink
Fix callout syntax and add add lb-dirac
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyLHCb committed Dec 9, 2024
1 parent 77aabef commit 4cad5a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion first-analysis-steps/eos-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $ eos quota /eos/lhcb/user/a/another

Checking the grid storage quota is more complicated. To do so, you need to run the LHCbDirac using your grid certificate:
```bash
$ lb-run LHCbDirac/prod bash --norc
$ lb-dirac bash --norc
$ lhcb-proxy-init
```
To check the current quota, one simply types
Expand Down Expand Up @@ -104,6 +104,7 @@ Finally, to remove these files, one does
$ dirac-dms-remove-files lhcb-user-a-another.lfns
```
{% callout "Removal by direct path" %}

One may also simply remove a single specific file providing the path to it:
```bash
$ dirac-dms-remove-files /lhcb/user/a/another/2017_08/176410/176410700/Tuple.root
Expand Down

0 comments on commit 4cad5a2

Please sign in to comment.