how to create symlink?

neorder

Verified User
Joined
Oct 1, 2003
Messages
346
is there a way that i only type "chkrootkit" under any directory and it will run chkrootkit?

currectly i've to go /chkrootkit/install/dir and run ./chkrootkit everytime.

i heard symlink can do it, but how?

thanks.
 
ln -s /path/to/chkrootkit/chkrootkit /usr/bin/chkrootkit

run it like:

chkrootkit

Chris
 
Back
Top