Any way to interpret pstree?

Keyshov Borate
-bash-3.2$ pstree 29838
RBcron.shâââjavaâââ15*[{java}]

-bash-3.2$ pstree 24423
bashââ¬âRBcron.shâââjavaâââ15*[{java}]
  ââvim
-bash-3.2$

Any way to interpret this? Why would this happen?

Milind Dumbare

The output is garbled because of locale(current language) setting. Doing LANG=C disables the localization (sets it to default language).

So the solutions to your problem is either disable localization and do

    $ LANG=C psteree

or ask pstree to print ascii characaters by

   $ pstree -A

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

Correct, portable way to interpret buffer as a struct

来自分类Dev

pstree与终端问题

来自分类Dev

pstree输出的含义

来自分类Dev

机器可读的pstree输出?

来自分类Dev

pstree 中的线程演示

来自分类Dev

从pstree获取所有pid

来自分类Dev

Is there any way to avoid sub queries?

来自分类Dev

Any way to parse Less in .net?

来自分类Dev

Is there any way to install a transient package?

来自分类Dev

Check if specific form is submitted (in any way)

来自分类Dev

Is there any way to call a function by another function argument?

来自分类Dev

Is there any way to exclude branches from showing in GitK?

来自分类Dev

Is there any way to find out the tables relationship?

来自分类Dev

Is there any way to prevent page load of images with javascript?

来自分类Dev

Is there any way to create rounded corners for SVG ARC?

来自分类Dev

用cron和sudo帮助解密ps和pstree

来自分类Dev

iPad app transferred to different account, any way to keep keychain access

来自分类Dev

Is there any way to get the page numbers in a PDF of a search pattern?

来自分类Dev

Any way to check if action was successful in after_filter?

来自分类Dev

Is there any way to create a Pivot Table in Excel using Apache POI?

来自分类Dev

Any way to limit the input arguments of a FastAPI handler into several specified options?

来自分类Dev

Is there any way to append the result of a command after the end of other?

来自分类Dev

Is there any way I can specify defaultValue for collections with JAXB?

来自分类Dev

Is there any way to drag and drop from a treeview to canvas in tkinter?

来自分类Dev

Is there any way to block javascript pop-overs in Firefox or Chrome?

来自分类Dev

Is there any way to tell if a shell script was killed with signal 9

来自分类Dev

Is there any way to get all sub directories from a given path?

来自分类Dev

Is there a way to show the exact place where two files differ using FC command? or any other good way to compare 2 files in windows?

来自分类Dev

为什么pstree中显示的某些进程未在ps -ef中显示?

Related 相关文章

  1. 1

    Correct, portable way to interpret buffer as a struct

  2. 2

    pstree与终端问题

  3. 3

    pstree输出的含义

  4. 4

    机器可读的pstree输出?

  5. 5

    pstree 中的线程演示

  6. 6

    从pstree获取所有pid

  7. 7

    Is there any way to avoid sub queries?

  8. 8

    Any way to parse Less in .net?

  9. 9

    Is there any way to install a transient package?

  10. 10

    Check if specific form is submitted (in any way)

  11. 11

    Is there any way to call a function by another function argument?

  12. 12

    Is there any way to exclude branches from showing in GitK?

  13. 13

    Is there any way to find out the tables relationship?

  14. 14

    Is there any way to prevent page load of images with javascript?

  15. 15

    Is there any way to create rounded corners for SVG ARC?

  16. 16

    用cron和sudo帮助解密ps和pstree

  17. 17

    iPad app transferred to different account, any way to keep keychain access

  18. 18

    Is there any way to get the page numbers in a PDF of a search pattern?

  19. 19

    Any way to check if action was successful in after_filter?

  20. 20

    Is there any way to create a Pivot Table in Excel using Apache POI?

  21. 21

    Any way to limit the input arguments of a FastAPI handler into several specified options?

  22. 22

    Is there any way to append the result of a command after the end of other?

  23. 23

    Is there any way I can specify defaultValue for collections with JAXB?

  24. 24

    Is there any way to drag and drop from a treeview to canvas in tkinter?

  25. 25

    Is there any way to block javascript pop-overs in Firefox or Chrome?

  26. 26

    Is there any way to tell if a shell script was killed with signal 9

  27. 27

    Is there any way to get all sub directories from a given path?

  28. 28

    Is there a way to show the exact place where two files differ using FC command? or any other good way to compare 2 files in windows?

  29. 29

    为什么pstree中显示的某些进程未在ps -ef中显示?

热门标签

归档