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
目录
相关文章
|
6月前
|
Linux
Linux常用命令以及命令解读
Linux常用命令以及命令解读
71 2
|
2月前
|
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
953 7
|
6月前
|
安全 Linux Shell
Linux常用命令详解与实战应用
【5月更文挑战第7天】本文详述了Linux常用命令,包括文件与目录操作(ls, cd, pwd, cp, mv, rm)、文本处理(cat, grep, sed)及系统管理(top, df, du)命令。通过实例演示了如何使用这些命令,帮助读者理解和掌握Linux操作,提升系统管理效率。学习和熟练运用这些基础命令,是高效使用Linux的关键。
|
5月前
|
Linux 存储
24. 【Linux教程】挂载
24. 【Linux教程】挂载
48 0
|
5月前
|
Linux 应用服务中间件 nginx
22. 【Linux教程】Linux 结束进程
22. 【Linux教程】Linux 结束进程
38 0
|
6月前
|
Linux
认识Linux指令之 “more less” 命令
认识Linux指令之 “more less” 命令
认识Linux指令之 “more less” 命令
|
Linux
如何在 Linux 命令行中比较两个目录,我教你五个命令!
如何在 Linux 命令行中比较两个目录,我教你五个命令!
955 0
|
监控 NoSQL 算法
基本Linux命令和Linux工具
基本Linux命令和Linux工具
基本Linux命令和Linux工具
|
安全 Linux Shell
linux基本功系列之chattr命令
linux基本功系列之chattr命令
202 0
linux基本功系列之chattr命令
|
Linux 数据安全/隐私保护 Windows
下一篇
无影云桌面