Artificial intelligent assistant

Assignment problem ![enter image description here]( I've tried cp ~stenton/../cambridge/security/parking stenton/parking2 could someone help me out and let me know what i am doing wrong

Your current directory `stenton` .

`stenton` and the parent directory for `security` which is `cambridge` are on the same level.

So if need to access anything under `cambridge`, you'd issue:

`ls -l ../cambridge`.

From then on, if you needed to complete the task (using only relative paths):

you'd issue: `cp ../cambridge/security/parking ./parking2` The final "./" means "the current directory".

You could omit the `./` and simply use: `cp ../cambridge/security/parking parking2`.

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 53b99f5c2d0a8c092c4f50a304217b9a