The UNIX and Linux Forums  


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




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-27-2002
linkjack linkjack is offline
Registered User
  
 

Join Date: Jun 2001
Location: Shanghai,China
Posts: 3
How to custom application name in `ps -ef`?

A program named /usr/bin/aa.sh, two parameters: 11, 22. after start it, the row in `ps -ef` is almost like the following:
root 12198 10278 0.0 Nov 25 pts/3 0:00.23 /usr/bin/aa.sh 11 22

but I want to change "/usr/bin/aa.sh 11 22" to one rule string, such as: "AA_11_22", how to do it?