can any one help me to change the unix commands like we are using "cp" for copying the flies now i have to change it as cpy or copy.... please help me...
how to change commands in unix?
Collapse
X
-
-
To that end, if you choose to use the ln command instead of alias, remember to use the -s option, otherwise you will create a hard link and you don't want to really do that.Originally posted by ashitpro'cp' binary usually present in /bin directory.
You can create the symbolic link for this binary with some other name..
look for the 'ln' command
Regards,
JeffComment
-
Comment