Hi, I’m having troubles when validating step 9 (no problems with other steps). https://app.dataquest.io/m/387/users-and-permissions/9/changing-ownership
It seems either that the answer verification is not working or I can’t see file1, file2 and file3 (my answer is based on the example text since these files don’t exist).
What should I do?
1 Like
Bruno
January 12, 2020, 8:45pm
#2
Hey, Pereira.
In the learn section we start we show the following state of the files:
total 0
-rw-rw-r-- 1 dq dataquest 0 mar 26 23:35 file1
-rw-rw-r-- 1 dq learn 0 mar 26 23:35 file2
-rw-rw-r-- 1 learn dataquest 0 mar 26 23:35 file3
And then we make some modifications:
/home/learn$ sudo chown dq:root file2
/home/learn$ sudo chown :learn file3
Are you taking into account these modifications in your answer?
1 Like
Hi Bruno,
I forgot the last step in the learn section and didn’t take it into account. Thank you for your fast and helpful reply!
1 Like