java调用shell(ps -ef | grep )问题 shell: ps -ef | grep 'DevCfg_Cli.pl 51964 ZYYC00002' 在控制台输 5
shell:ps-ef|grep'DevCfg_Cli.pl51964ZYYC00002'在控制台输入,输出正常root32263088012:51:04pts/40:0...
shell:
ps -ef | grep 'DevCfg_Cli.pl 51964 ZYYC00002'
在控制台输入,输出正常
root 3226 3088 0 12:51:04 pts/4 0:00 grep DevCfg_Cli.pl 51964 ZYYC0000
用java Runtime 调的时候,报
用法:ps [ -aAdeflcjLPyZ ] [ -o 格式 ] [ -t 项列表 ]
[ -u 用户列表 ] [ -U 用户列表 ] [ -G 组列表 ]
[ -p 进程列表 ] [ -g 程序组列表 ] [ -s 标识符列表 ] [ -z 区域列表 ]
'格式' 是一个或者更多的:
user ruser group rgroup uid ruid gid rgid pid ppid pgid sid taskid ctid
pri opri pcpu pmem vsz rss osz nice class time etime stime zone 区域 ID
f s c lwp nlwp psr tty addr wchan fname comm args projid project pset
public static String exec(String cmd,String encoding) {
Runtime rt = Runtime.getRuntime();
Process p = rt.exec(cmd);
} 展开
ps -ef | grep 'DevCfg_Cli.pl 51964 ZYYC00002'
在控制台输入,输出正常
root 3226 3088 0 12:51:04 pts/4 0:00 grep DevCfg_Cli.pl 51964 ZYYC0000
用java Runtime 调的时候,报
用法:ps [ -aAdeflcjLPyZ ] [ -o 格式 ] [ -t 项列表 ]
[ -u 用户列表 ] [ -U 用户列表 ] [ -G 组列表 ]
[ -p 进程列表 ] [ -g 程序组列表 ] [ -s 标识符列表 ] [ -z 区域列表 ]
'格式' 是一个或者更多的:
user ruser group rgroup uid ruid gid rgid pid ppid pgid sid taskid ctid
pri opri pcpu pmem vsz rss osz nice class time etime stime zone 区域 ID
f s c lwp nlwp psr tty addr wchan fname comm args projid project pset
public static String exec(String cmd,String encoding) {
Runtime rt = Runtime.getRuntime();
Process p = rt.exec(cmd);
} 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询