Questions tagged «status»

16
卷曲以输出HTTP状态代码?
我正在curlLinux的命令行上使用,以发出HTTP请求。响应主体被打印为标准输出,这很好,但是我无法从手册页中看到如何卷曲来从响应中打印HTTP状态代码(404、403等)。这可能吗?
797 http  curl  status 



1
如何解释'service --status-all'的输出
service命令的手册页列出了--status-all选项,以便您可以检查所有正在运行的服务的状态。 但是,当我运行命令时,第一列可以包含-,?。或+例如 [ - ] postfix [ + ] postgresql-8.4 [ ? ] pppd-dns 在哪里可以找到第一栏的意义?我正在运行ubuntu 10.10

0
如何ping IOS设备以查看它们是否在线
是否可以从命令提示符ping IOS设备(Ipad或Iphone)?当我从命令提示符(顺便说一句唯一的选项)ping它们时,我得到一个超时响应,不像我ping Windows计算机。有没有办法使用mac地址或什么?感谢大家!
3 ping  ios  reply  status 

0
什么 htop中的状态是什么意思?
我?在htop输出的S列中看到了。但是该联机帮助页只有以下状态。什么?意思?谢谢。 STATE (S) The state of the process: S for sleeping (idle) R for running D for disk sleep (uninterruptible) Z for zombie (waiting for parent to read its exit status) T for traced or suspended (e.g by SIGTSTP) W for paging
2 htop  status 

1
GNU / Linux上网络接口的状态监视器
我使用的是GNU / Linux(Debian 6,x86_64),X11,但没有重量级桌面环境(我使用的是xmonad)。 我想监视特定网络接口的活动。我想知道发送和接收了多少数据包,TCP / UDP和端口。是否有轻量级工具进行此类监控? TL; DR:我需要一个类似于wireshark的设备,它显示特定NIC的基本数据包信息。
1 display  status 

0
git status -s显示第二列中少数文件的D.
我在我的Windows机器上运行了一个本地git存储库。远程源是github。执行git pullwhen when run git status -s命令后,它显示一些带D标记的文件。但我没有删除本地目录中的任何文件。为什么这会显示'D'我尚未删除的文件?在这种情况下提交更改并推送到远程存储库是否安全?

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.