mirror of https://github.com/01-edu/public.git
davhojt
2 years ago
committed by
Dav Hojt
1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@
|
||||
## easy-perm |
||||
|
||||
### Instructions |
||||
|
||||
Create a file `easy-perm.sh`, which will change the default permissions for the `example.txt` and `example2.txt` files inside the folder `easy-perms`, to the ones bellow: |
||||
|
||||
Expected Output: |
||||
|
||||
```console |
||||
$ ls -l easy-perm |
||||
total 8 |
||||
-rwxr--rw- 1 user user 689 dez 13 16:14 example2.txt |
||||
-rw-r--r-- 1 user user 348 dez 13 16:14 example.txt |
||||
$ |
||||
``` |
Loading…
Reference in new issue