It's UWAweek 30 (2nd semester, week 1)

help2002

This forum is provided to promote discussion amongst students enrolled in CITS2002 Systems Programming.
Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.
Displaying selected article
Showing 1 of 1168 articles.
Currently 8 other people reading this forum.


 UWA week 40 (2nd semester, week 10) ↓
SVG not supported

Login to reply

👍?
helpful
4:49am Fri 6th Oct, Christopher M.

ANONYMOUS wrote:
> I would test it but I'm unsure if it'll lead to some sort of recursion loop within my file system.
Just try it. You won't be able to make a recursive loop in your file-system by just making directories and copying files. But you may accidentally make an 'infinitely' long chain of directories. But you can always interrupt the execution of your program, and then use rm -rf to clean any unwanted directories. But you may wish to ask yourself what it even means to synchronise a directory and one of its subdirectories, and what result you'd expect.

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  7:24AM Jul 25 2024
Privacy policy