How to remove truncation in the output of ps -ef command in solaris
807557Oct 31 2007 — edited Nov 2 2007Hi,
One silly question but i m unable to find solution.
In solaris-10 when i executed the command ps -ef some datas in the output in the command column is truncated as below
UID PID PPID C STIME TTY TIME CMD
root 6811 1 0 19:33:36 pts/3 0:00 sh /export/home/bti/bti/Revathi/BTI/EMS/bin/startemsserver.sh
root 6827 6819 0 19:33:37 pts/3 2:33 /export/home/bti/bti/Revathi/BTI/EMS/jre/bin/java -DJBOSS_HOME=/export/home/bti
Where in the CMD column the path */export/home/bti/bti/Revathi/BTI/EMS/jre/bin/java -DJBOSS_HOME=/export/home/bti* continues. Only half of the path is shown. I need the entire path how to achieve it
Regards
Revathi