积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部系统运维(88)Linux(58)httpd(23)eBPF(7)Cilium(7)Zabbix(4)存储(2)网络与安全(1)

语言

全部中文(简体)(48)英语(32)法语(2)德语(1)西班牙语(1)意大利语(1)日语(1)葡萄牙语(1)zh(1)

格式

全部PDF文档 PDF(62)其他文档 其他(25)DOC文档 DOC(1)
 
本次搜索耗时 0.097 秒,为您找到相关结果约 88 个.
  • 全部
  • 系统运维
  • Linux
  • httpd
  • eBPF
  • Cilium
  • Zabbix
  • 存储
  • 网络与安全
  • 全部
  • 中文(简体)
  • 英语
  • 法语
  • 德语
  • 西班牙语
  • 意大利语
  • 日语
  • 葡萄牙语
  • zh
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 The Linux Commands Handbook

    tail wc grep sort 2 uniq diff echo chown chmod umask du df basename dirname ps top kill killall jobs bg fg type which nohup xargs vim emacs nano whoami who su sudo 3 passwd process ID. This is key when you want to reference this process in another command, for example to kill it. Then we have TT that tells us the terminal id used. Then STAT tells us the state of the memory utilized: top -o mem 81 kill Linux processes can receive signals and react to them. That's one way we can interact with running programs. The kill program can send a variety of signals
    0 码力 | 135 页 | 14.14 MB | 1 年前
    3
  • pdf文档 The Linux Commands Handbook

    27. chown 28. chmod 29. umask 30. du 31. df 4 32. basename 33. dirname 34. ps 35. top 36. kill 37. killall 38. jobs 39. bg 40. fg 41. type 42. which 43. nohup 44. xargs 45. vim 46. emacs process ID. This is key when you want to reference this process in another command, for example to kill it. Then we have TT that tells us the terminal id used. Then STAT tells us the state of the memory utilized: top -o mem 36. kill 66 Linux processes can receive signals and react to them. That's one way we can interact with running programs. The kill program can send a variety of signals
    0 码力 | 112 页 | 13.74 MB | 1 年前
    3
  • epub文档 Linux command line for you and me Documentation Release 0.1

    files Processes in Linux How to view all running processes? How to find a particular process? How to kill/stop a particular process? Finding out list of open files Signals top command Load average htop tool grep tool. We will learn more about grep in the future. How to kill/stop a particular process? We can kill/stop any process using the kill command. We found out, in the last example, that the id of the the Firefox process in my computer is 26752, we can use that id to kill it. $ kill 26752 If there is no error message, you’ll find that Firefox has disappeared. Finding out list of open files lsof command
    0 码力 | 124 页 | 510.85 KB | 1 年前
    3
  • pdf文档 Linux command line for you and me Documentation Release 0.1

    particular process? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 7.3 How to kill/stop a particular process? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 tool. We will learn more about grep in the future. 7.3 How to kill/stop a particular process? We can kill/stop any process using the kill command. We found out, in the last example, that the id of the the Firefox process in my computer is 26752, we can use that id to kill it. $ kill 26752 If there is no error message, you’ll find that Firefox has disappeared. 7.4 Finding out list of open files lsof
    0 码力 | 128 页 | 716.99 KB | 1 年前
    3
  • pdf文档 This Debian Reference (version 2.109)

    . . . . . . . . . . . . . . . . . . . . . . . . . . 148 9.11 List of frequently used signals for kill command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 9.12 List of notable vigr” for /etc/group and ”sudo vigr -s” for /etc/gshadow. You need to login after reboot (or run ”kill -TERM -1”) 1 to enable the new group configuration. Note Alternatively, you may dynamically add users ”exim4” ps axf | pager display information on all the running processes with ASCII art output kill 1234 kill a process identified by the process ID: ”1234” gzip foo compress ”foo” to create ”foo.gz” using
    0 码力 | 266 页 | 1.25 MB | 1 年前
    3
  • pdf文档 Linux命令大全搜索工具 v1.8

    jq 一个灵活的轻量级命令行JSON处理器 jwhois whois 客户端服务 K kernelversion 打印当前内核的主版本号 kexec 从当前正在运行的内核引导到一个新内核 kill 发送信号到进程 killall 使用进程的名称来杀死一组进程 L last 列出目前与过去登入系统的用户相关信息 lastb 列出登入系统失败的用户相关信息 lastlog 显示系统中所有用户最近一次登录信息 timeconfig、ulimit、unalias、unset adduser、chfn、chsh、date、exit、finger、free、fwhois、gitps、groupdel、 groupmod、halt、id、kill、last、lastb、login、logname、logout、logrotate、 newgrp、nice、procinfo、ps、pstree、reboot、renice、rlogin、rsh、rwho、screen、 参数 返回值 例子 注意 bg 将前台终端作业移动到后台运行 - 111 - 本文档使用 书栈网 · BookStack.CN 构建 1. bash 的作业控制命令包括 bg fg kill wait disown suspend 。 2. 该命令需要 set 选项 monitor 处于开启状态时才能执行;查看作业控制状态:输入 set - o 查看 monitor 行;执行
    0 码力 | 1347 页 | 8.79 MB | 1 年前
    3
  • pdf文档 Debian Referenz v2.124

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 163 9.4.12 Einen Prozess beenden (kill) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164 9.4.13 Einmalige . . . . . . . . . . . 160 Debian-Referenz xx 9.11 Liste von häufig verwendeten Signalen für den kill-Befehl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165 9.12 Liste erwähnenswerter SAK-Befehlstasten • Apply configuration using one of following: – Cold reboot and login. (Best option) – Execute ”kill -TERM -1” and do some fix-up actions such as ”systemctl restart NetworkManager.service”. – Logout
    0 码力 | 289 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Linux Lab v1.3 Manual

    some boards not support poweroff, please press CTRL+a x. Of course, open another terminal and issue kill or pkill command also can quit qemu. 18 欢迎加入 Linux Lab 用户组,联系微信:tinylab,公众号:泰晓科技 3. Linux Lab Kickstart please try to find out who used the port and kill it: 1 $ sudo netstat -tlp | grep 1234 2 tcp 0 0 0.0.0.0:1234 0.0.0.0:* LISTEN 3943/qemu- xxx 3 $ sudo kill -9 3943 38 欢迎加入 Linux Lab 用户组,联系微信:tinylab,公众号:泰晓科技 Graphic ESC+2 quit Or ALT+2 quit X based Graphic CTRL+ALT+2 quit Generic Methods poweroff, reboot, kill, pkill 6.2.4 Boot with missing sdl2 libraries failure That’s because the docker image is not updated
    0 码力 | 66 页 | 1.12 MB | 1 年前
    3
  • pdf文档 Linux Lab v1.2 Manual

    some boards not support poweroff, please press CTRL+a x. Of course, open another terminal and issue kill or pkill command also can quit qemu. 18 欢迎加入 Linux Lab 用户组,联系微信:tinylab,公众号:泰晓科技 3. Linux Lab Kickstart please try to find out who used the port and kill it: 1 $ sudo netstat -tlp | grep 1234 2 tcp 0 0 0.0.0.0:1234 0.0.0.0:* LISTEN 3943/qemu- xxx 3 $ sudo kill -9 3943 38 欢迎加入 Linux Lab 用户组,联系微信:tinylab,公众号:泰晓科技 Graphic ESC+2 quit Or ALT+2 quit X based Graphic CTRL+ALT+2 quit Generic Methods poweroff, reboot, kill, pkill 57 欢迎加入 Linux Lab 用户组,联系微信:tinylab,公众号:泰晓科技 6.2.4 Boot with missing sdl2 libraries failure
    0 码力 | 67 页 | 1.13 MB | 1 年前
    3
  • pdf文档 Linux Lab v1.1 Manual

    some boards not support poweroff, please press CTRL+a x. Of course, open another terminal and issue kill or pkill command also can quit qemu. 18 欢迎加入 Linux Lab 用户组,联系微信:tinylab,公众号:泰晓科技 3. Linux Lab Kickstart please try to find out who used the port and kill it: 1 $ sudo netstat -tlp | grep 1234 2 tcp 0 0 0.0.0.0:1234 0.0.0.0:* LISTEN 3943/qemu- xxx 3 $ sudo kill -9 3943 38 欢迎加入 Linux Lab 用户组,联系微信:tinylab,公众号:泰晓科技 Graphic ESC+2 quit Or ALT+2 quit X based Graphic CTRL+ALT+2 quit Generic Methods poweroff, reboot, kill, pkill 55 欢迎加入 Linux Lab 用户组,联系微信:tinylab,公众号:泰晓科技 6.2.4 Boot with missing sdl2 libraries failure
    0 码力 | 65 页 | 1.12 MB | 1 年前
    3
共 88 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 9
前往
页
相关搜索词
TheLinuxCommandsHandbookcommandlineforyouandmeDocumentationRelease0.1ThisDebianReferenceversion2.109命令大全搜索工具v18.0Referenzv2124LabManual
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩