Give the command and parameters that would be used to copy a file to the "Suzie" directory. Assume you are in the "Pictures" directory. Use relative pathing. a) cp file.txt /Suzie b) cp file.txt Suzie/ c) cp file.txt ../Suzie/ d) cp file.txt ./Suzie/