【2018-10-06】Linux man 命令简单笔记

发布时间:2026/7/19 15:54:15
【2018-10-06】Linux man 命令简单笔记 [历史归档]本文原发布于 cstriker1407.info 个人博客内容为历史存档仅供参考。发布时间2018-10-06 标题Linux man 命令简单笔记分类linux 标签常用命令·manLinux man命令简单笔记:~$man -k sleep#简单搜索目录名称符合条件的章节都会显示出来clock_nanosleep (2) - high-resolution sleep with specifiable clocknanosleep (2) - high-resolution sleeprtcwake (8) - enter a system sleep state until specified wakeup timesleep (1) - delay for a specified amount of timesleep (3) - sleep for the specified number of secondssleep.conf.d (5) - Suspend and hibernation configuration filesystemd-hibernate.service (8) - System sleep state logicsystemd-hybrid-sleep.service (8) - System sleep state logicsystemd-sleep (8) - System sleep state logicsystemd-sleep.conf (5) - Suspend and hibernation configuration filesystemd-suspend.service (8) - System sleep state logicusleep (3) - suspend execution for microsecond intervals:~$man 1 sleep #查看第一章节的介绍