Hello,
I have a question:
What is the different between executing a command at the true path or reference path which I see both directory having the command I want to use,
and executing a command with or without ./ ?
I am all confused and it costs me time to figure out how to run a command.
eg: ls -l /opt/VRTSvlic/bin (link from /sbin) or ls -l /sbin
I will see command "vxlicinst"
I can not execute it as vxlicinst
at either /sbin nor /opt/VRTSvlic/bin directories
but I have to execute it as /opt/VRTSvlic/bin# ./vxlicinst
Thanks
I have a question:
What is the different between executing a command at the true path or reference path which I see both directory having the command I want to use,
and executing a command with or without ./ ?
I am all confused and it costs me time to figure out how to run a command.
eg: ls -l /opt/VRTSvlic/bin (link from /sbin) or ls -l /sbin
I will see command "vxlicinst"
I can not execute it as vxlicinst
at either /sbin nor /opt/VRTSvlic/bin directories
but I have to execute it as /opt/VRTSvlic/bin# ./vxlicinst
Thanks