The command cp megalink new appears to be a Linux or Unix command. Let's break it down:
cp megalink newcp -ai megalink newnew is a directory: cp -a megalink new/megalink exists and is accessible.new already exists to avoid unintentional data loss.-i (interactive, prompts before overwrite) or -n (do not overwrite an existing file) for safety.