fuser命令使用心得

简介: fuser命令可用于查看正使用指定file, file system, socket port的进程信息。使用-k参数可将这些进程杀掉,-i则在杀掉进程前给出提示例子:[root@bogon ~]# fuser -k -i 80/tcp80/tcp: 30922 30...

fuser命令可用于查看正使用指定file, file system, socket port的进程信息。使用-k参数可将这些进程杀掉,-i则在杀掉进程前给出提示
例子:

[root@bogon ~]# fuser -k -i 80/tcp
80/tcp:              30922 30923
Kill process 30922 ? (y/N) y
Kill process 30923 ? (y/N) y

其他参数如下:

    -a        display unused files too
    -c        mounted FS
    -f        silently ignored (for POSIX compatibility)
    -i        ask before killing (ignored without -k)
    -k        kill processes accessing the named file
    -l        list available signal names
    -m        show all processes using the named filesystems
    -n SPACE  search in this name space (file, udp, or tcp)
    -s        silent operation
    -SIGNAL   send this signal instead of SIGKILL
    -u        display user IDs
    -v        verbose output
    -V        display version information
    -4        search IPv4 sockets only
    -6        search IPv6 sockets only
    -         reset options
目录
相关文章
|
8月前
|
Linux
Linux常用命令以及命令解读
Linux常用命令以及命令解读
79 2
|
4月前
|
JSON Kubernetes 数据格式
crictl 常见的命令大全
crictl(Container Runtime Interface Command Line Interface)是一个命令行工具,用于与符合Kubernetes容器运行时接口(CRI)规范的容器运行时进行交互。它提供了一系列命令来查看和管理容器、镜像、Pod等资源。以下是crictl的一些常见命令及其功能概述: ### 1. 镜像管理 * **查看镜像**: - `crictl images`:列出所有镜像。 - `crictl images | grep <image-name>`:查看特定镜像。 * **拉取镜像**: - `crictl pull <image_na
1800 7
|
存储 Linux
Linux常用命令(2)——文件操作命令
Linux常用命令(2)——文件操作命令
120 0
|
缓存 安全 Linux
一文掌握linux系统管理命令
一文掌握linux系统管理命令
273 0
|
Shell Linux C语言
Linux常用命令(5)——帮助命令
Linux常用命令(5)——帮助命令
109 0
|
监控 NoSQL 算法
基本Linux命令和Linux工具
基本Linux命令和Linux工具
基本Linux命令和Linux工具
|
安全 Linux Shell
linux基本功系列之chattr命令
linux基本功系列之chattr命令
218 0
linux基本功系列之chattr命令
|
Java Linux 开发工具
Linux常用命令 - 五种创建文件命令详解
Linux常用命令 - 五种创建文件命令详解
371 0
Linux常用命令 - 五种创建文件命令详解
|
弹性计算 缓存 监控
Linux系统管理相关命令
记录Linux系统管理相关命令
155 0
|
Linux
Linux常用命令 - less命令详解
Linux常用命令 - less命令详解
181 0