Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
Czirion authored Jul 7, 2023
1 parent c2cac8e commit a670454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/02-the-filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ that deal with your permissions (as the file owner).
Here the three positions that relate to the file owner are `rw-`. The `r` means that you have permission to read the file, the `w`
indicates that you have permission to write to (i.e. make changes to) the file, and the third position is a `-`, indicating that you
don't have permission to carry out the ability encoded by that space (this is the space where `x` or executable ability is stored, we'll
talk more about this in [a later lesson](https://carpentries-incubator.github.io/shell-metagenomics/05-writing-scripts/index.html)).
talk more about this in [a later lesson](https://carpentries-lab.github.io/metagenomics-shell/05-writing-scripts/index.html)).

Our goal for now is to change permissions on this file so that you no longer have `w` or write permissions. We can do this using the `chmod` (change mode) command and subtracting (`-`) the write permission `-w`.

Expand Down

0 comments on commit a670454

Please sign in to comment.