Create a link(Soft or hard)
Hi,
This is the problem i'm facing
i have some scripts which gzip some file automatically ,in that script the path for gzip i'have given is like /usr/myown/gzip but my gzip is installed in /usr/bin/gzip.instead of go and edit my script i just want to make a link that point my /usr/myown/gzip to /usr/bin/gzip ,which link do i have to use
|