Skip to content

Commit

Permalink
Fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
emdupre committed May 2, 2024
1 parent fca9102 commit d510c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion labguide/computing/sherlock/access-and-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
read -p "Enter the username: " user_name
# set restrictions
echo -e "Setting restictions for ${user_name} as rxw for folder: /n ${dir_name"
echo -e "Setting restrictions for ${user_name} as rxw for folder: /n ${dir_name"
setfacl -R -m u:$user_name:rwx $dir_name
setfacl -R -d -m u:$user_name:rwx $dir_name
Expand Down
2 changes: 1 addition & 1 deletion labguide/computing/sherlock/data-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ There are several useful commands for assessing current storage usage on Sherloc
[Documentation is provided on their wiki](https://www.sherlock.stanford.edu/docs/storage/?h=sh_quota#checking-quotas).
- `ncdu` provides an interactive explorer for current storage usage within a given directory.
This can be useful when identifying where quota usage is being allocated.
Sherlock [reccomends running it in an interactive job](https://www.sherlock.stanford.edu/docs/storage/?h=ncdu#locating-large-directories).
Sherlock [recommends running it in an interactive job](https://www.sherlock.stanford.edu/docs/storage/?h=ncdu#locating-large-directories).

0 comments on commit d510c0d

Please sign in to comment.