Skip to content

Commit fc0c0cc

Browse files
authored
Update LAB-3.md
1 parent 3c01759 commit fc0c0cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Week-7/labs/LAB-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $ ls -a /mnt/<YOUR STUDENT ID>/jenkins/var/lib/jenkins
9797
4. List all files in the filesystem and their timestamps.
9898

9999
```
100-
$ sudo find /mnt/<YOUR STUDENT ID>/jenkins -type f -printf '%T@ %p\n' > all_files.txt
100+
$ sudo find /mnt/<YOUR STUDENT ID>/jenkins -type f -printf '%T@ %p\n' > jenkins_files.txt
101101
$ sudo chown <YOUR STUDENT ID>:dso jenkins_files.txt
102102
```
103103

0 commit comments

Comments
 (0)