`
trydofor
  • 浏览: 151278 次
  • 性别: Icon_minigender_1
  • 来自: 大连
社区版块
存档分类
最新评论

ERROR: Unsupported SysV option.

阅读更多

ERROR: Unsupported SysV option.

 

也许有幸,碰到了这个错误提示,不要慌。

请使用eval对字符串重新执行shell解析。

 

例如:

CMND="ps -ef"

$CMND

是可以正常执行地。

 

CMND="ps -ef|grep sshd"

$CMND

就会得到上面的错误了。

因为 "ps -ef|grep sshd" 不会被再次解析,管道符失效。

 

eval $CMND

这样就可以再解析一次。

PS:注意单引号,双引号,转义。

 

 

 

================ 具体错误信息================

ERROR: Unsupported SysV option.
********* simple selection *********  ********* selection by list *********
-A all processes                      -C by command name
-N negate selection                   -G by real group ID (supports names)
-a all w/ tty except session leaders  -U by real user ID (supports names)
-d all except session leaders         -g by session OR by effective group name
-e all processes                      -p by process ID
T  all processes on this terminal     -s processes in the sessions given
a  all w/ tty, including other users  -t by tty
g  OBSOLETE -- DO NOT USE             -u by effective user ID (supports names)
r  only running processes             U  processes for specified users
x  processes w/o controlling ttys     t  by tty
*********** output format **********  *********** long options ***********
-o,o user-defined  -f full            --Group --User --pid --cols --ppid
-j,j job control   s  signal          --group --user --sid --rows --info
-O,O preloaded -o  v  virtual memory  --cumulative --format --deselect
-l,l long          u  user-oriented   --sort --tty --forest --version
-F   extra full    X  registers       --heading --no-heading --context
                    ********* misc options *********
-V,V  show version      L  list format codes  f  ASCII art forest
-m,m,-L,-T,H  threads   S  children in sum    -y change -l format
-M,Z  security data     c  true command name  -c scheduling class
-w,w  wide output       n  numeric WCHAN,UID  -H process hierarchy

分享到:
评论
3 楼 trydofor 2010-07-30  
-bash-3.00# grep sshd < `ps -ef`
-bash: `ps -ef`: ambiguous redirect
2 楼 trydofor 2010-07-30  
fujohnwang 写道
grep sshd < `ps -ef`
也行吧?


bash-3.00# xxx='grep sshd < `ps -ef`'
-bash-3.00# $xxx
grep: sshd: No such file or directory
grep: <: No such file or directory
grep: `ps: No such file or directory
-bash-3.00# echo $xxx
grep sshd < `ps -ef`
1 楼 fujohnwang 2010-07-30  
grep sshd < `ps -ef`
也行吧?

相关推荐

    图片处理 javax.imageio.IIOException: Unsupported Image Type

    在Java编程环境中,图片处理是一项常见的任务,但有时可能会遇到“javax.imageio.IIOException: Unsupported Image Type”的错误。这个异常通常表示Java的`ImageIO`类库无法识别或支持所尝试读取或写入的图像格式。...

    java.lang.RuntimeException: Unsupported algorithm: HmacSHA1解决方法

    java.lang.RuntimeException: Unsupported algorithm: HmacSHA1 解决方法,阿里云

    three.js加载gltf模型

    在本文中,我们将深入探讨如何使用three.js库加载GLTF(GL Transmission Format)模型,并结合Vue.js框架构建一个完整的Web应用程序。GLTF是一种开放标准的3D资产交换格式,广泛用于WebGL和WebVR场景,因为它能高效...

    Pyinstaller反编译脚本pyinstxtractor

    反编译工具。具体使用教程可以参见:http://www.lizenghai.com/archives/898.html

    linux移植问题的解决

    问题1:Error: unrecognized/unsupported machine ID (r1 = 0x00000356). 问题2:Starting kernel ... Uncompressing Linux... done, booting the kernel. 就停止了 问题3:Freeing init memory: 之后就没有打印...

    关于springboot我出过的那些错误.docx

    错误三:org.apache.jasper.JasperException: Unsupported encoding: [UTF-8] 错误原因:pageEncoding=UTF-8 对应跳转 jsp 中设置编码时少了个“ 解决方式:加上缺少的“ 错误四:The prefix "context" for ...

    java.lang.UnsupportedClassVersionError问题的解决方法

    - 在右侧的界面中,你会看到四个下拉框,分别是“Compiler”、“Debug Option”、“Language Features”和“Target VM”。 - 对于“Compiler”和“Debug Option”这两个选项,一般情况下无需特别调整。 - 重点...

    flv流媒体播放器

    FLV流媒体播放器是一种专门设计用于播放FLV(Flash Video)格式的视频文件的应用程序。FLV格式是由Adobe Systems开发的,最初是为了在Flash Player中实现流畅的在线视频流传输。这种格式因其小巧的体积和良好的兼容...

    解决uiautomatorviewer.bat在android8.0及以上系统报错

    解决uiautomatorviewer.bat在android8.0及以上系统报错:“E/Screenshot: Unsupported protocol: 2”

    解决python3 Pycharm上连接数据库时报错的问题

    AttributeError: 'NoneType' object has no attribute 'encoding 使用pyCharm+python3+pyMysql+mysql5.56 数据库连接: connect = pymysql.Connect(host='localhost',port=3333,user='root',passwd='root',db='...

    内网ctyunos主机通过pip部署ansible具体部署文档可私信

    基础环境 * ctyunos主机网络环境:内网主机,无法连接外网 * yum源只能录取部分基础工具安装 * pip 因外网环境限制,导致无法从外网拉去工具依赖包等。 * 内核版本为ctyunos,导致寻常通过可连接外网的centos主机...

    js控制的Flv播放器

    JavaScript控制的FLV播放器是一种基于Web的视频播放解决方案,它允许开发者通过JavaScript代码来实现对FLV视频流的播放、暂停、停止等操作。...FLV(Flash Video)格式是Adobe Flash广泛支持的一种视频格式,它被用于在...

    SAM分割模型onnx导出模型问题:Exporting the operator repeat-interleave to ON

    Unsupported ONNX opset version: 17 Exporting the operator repeat_interleave to ONNX opset version 11 is not supported TypeError: 'torch._C.Value' object is not iterable (Occurred when translating ...

    read1.rar_matlab xml_opencv读取xml_site:www.pudn.com

    error('Unsupported data type'); end matrix = reshape(matrix, cols, rows); end ``` 此函数首先获取矩阵的行数、列数和数据类型,然后解析"data"节点中的所有元素并转换为矩阵。最后,根据矩阵的维度重塑...

    tensorflow-ubuntu环境搭建

    在进行TensorFlow在Ubuntu环境中的搭建时,需要按照一定的步骤来配置包括操作系统、必要的软件包、显卡驱动以及深度学习框架等要素。以下是详细的知识点总结: 1. Ubuntu系统的下载与安装:首先需要下载Ubuntu操作...

    Centos7安装docker compse踩过的坑及解决方法

    ReadTimeoutError: HTTPSConnectionPool(host='***', port=443): Read timed out ``` 这种情况可以通过设置pip的默认超时时间来解决: ``` sudo pip --default-timeout=200 install -U docker-compose ``` 如果...

    javarebel.jar

    Javarebel是一个Jvm插件,它能够动态重新装载Java类特性。虽然现在还有些局限性,但它可以显著地增加开发速度。JavaRebel允许一个应用程序(独立的或运行在应用服务器上的应用)重新装载在运行过程中发生的大多数类...

    驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。错误:“Unsupported curveId: 29”。

    NULL 博文链接:https://1017401036.iteye.com/blog/2401135

    Android代码-jeromq

    JeroMQ ... Features Based on libzmq 4.1.7. ...tcp:// protocol and inproc:// is compatible with zeromq. ...ipc:// protocol works only between jeromq (uses tcp://127.0.0.1:port internally)....Unsupported ipc

Global site tag (gtag.js) - Google Analytics