Compare commits

..

2 Commits

Author SHA1 Message Date
5b15b0ffc2
cs-3443: init lab2 2024-06-17 20:33:27 -05:00
7df45bbed1
cs-3424: add initial solution for Quiz 1 2024-06-17 20:33:27 -05:00

View File

@ -84,4 +84,10 @@
```
#text(size: 0.75em)[_The above is, in fact, a valid octal value to pass to chmod._]
#text(size: 0.75em)[_See below for what I assume is the "expected" answer:_]
```bash
chmod 0764 file1
```
]