HPE 9000 and HPE e3000 Servers
1825001 Members
2471 Online
109678 Solutions
New Discussion юеВ

Re: making a link directory

 
SOLVED
Go to solution

making a link directory

DO u have a command on linking a directory to another directory?


Regards
Allan
2 REPLIES 2
Leif Halvarsson_2
Honored Contributor
Solution

Re: making a link directory

Hi,
You nhave not mentioned your OS but, I assume HP-UX.

create a link from /ABC to /tmp/XYZ

ln -s /tmp/XYZ /ABC
Thayanidhi
Honored Contributor

Re: making a link directory

ln -s

You can use only symbolic link ( -s) even if the dest is same FS.

see man page of "ln"

Note: The dest_dir shouldn't already exist.
If exist the command fails.

Regds
TT
Attitude (not aptitude) determines altitude.