on Is there anything that could help me memorise the argument order of the `ln` command? · c/linuxquestions · 9 pts · 1y@fell @linuxquestions IIRC it is just like with cp: cp some_existing_file new_file ln -s some_existing_file new_file
@fell @linuxquestions IIRC it is just like with cp:
cp some_existing_file new_file
ln -s some_existing_file new_file