We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c01759 commit fc0c0ccCopy full SHA for fc0c0cc
1 file changed
Week-7/labs/LAB-3.md
@@ -97,7 +97,7 @@ $ ls -a /mnt/<YOUR STUDENT ID>/jenkins/var/lib/jenkins
97
4. List all files in the filesystem and their timestamps.
98
99
```
100
-$ sudo find /mnt/<YOUR STUDENT ID>/jenkins -type f -printf '%T@ %p\n' > all_files.txt
+$ sudo find /mnt/<YOUR STUDENT ID>/jenkins -type f -printf '%T@ %p\n' > jenkins_files.txt
101
$ sudo chown <YOUR STUDENT ID>:dso jenkins_files.txt
102
103
0 commit comments