[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Symbolic linkin'



the symbolic link command is ln.

generally you make a symbolic link by typing 

ln [existing_file] [reference_to_existing_file]

Usually I get the parameters mixed up.... so what  I do is make sure that
one of the two paramters that I give doesn't exist, that way, if they're
in the wrong order, the environment will complain that the exisiting_file
doesn't exist and I'll know to swap them around!