在Solaris 8中将ps输出扩展为80个以上的字符

jas*_*ine 4 unix shell solaris ps

如何在Solaris中扩展ps -fe的输出,使其显示超过80个字符?我的进程有几个参数,进程名称无法再显示.

jll*_*gre 8

您无法使用默认的ps(/ usr/bin/ps)显示它们,这是一个常规的SVR4.

要获得完整的参数行,请使用BSD ps(UCB =加州大学伯克利分校):

/usr/ucb/ps -alxwww
Run Code Online (Sandbox Code Playgroud)