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 -->
  #2 (permalink)  
Old 11-20-2008
Lakris Lakris is offline
Registered User
  
 

Join Date: Oct 2007
Posts: 243
hi,
You don't really need an alias do You? Name the program file kill_process, make it executable (chmod +x kill_process) and place it somewhere in Your PATH, in /usr/local/sbin for example. To show Your aliases, use the command alias without arguments.

/Lakris