PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] How to get solution executable to work locally?
Date: Sunday, 18 Oct 2020, 18:39:17


    > Message Posted By: Unknown
    >
    > I scp'd the solution executable so that I can run it locally to more
    > easily compare it with my code. When I run, it says "invalid group: root."
    > How do I fix this?

If you want a local "copy" on the Zoo, create a symbolic
link, e.g.,

  % ln -s /c/cs323/Hwk3/mcBash mcBash

Copying the file itself will not work.

--Stan-
PREV INDEX NEXT