The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: Calling alias
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-20-2008
shantanuo shantanuo is offline
Registered User
  
 

Join Date: Aug 2008
Location: Mumbai
Posts: 79
Lightbulb Calling alias

I have created a shortcut for the file kill_process.sh as shown below.

alias kill_process="sh /root/kill_process.sh"

It is working as per my expectations. But I have 2 questions.
1) Is there any better way?
2) How do I check what does kill_process link to?