man ps显示文档后的一些翻译

note 注意
distinct 独特的 有区别的
distinct from 与…不同
注意ps -aux与ps aux不同
POSIX与UNIX标准要求ps -aux打印所有由命名为x的用户所拥有的进程(processes)
man shutdown 翻译

The time string may either be in format "hh:mm" for hour/mintues specifying the time to execute the shutdown at, specified in 24h clock format.
(either两者中的任何一个)
这个时间字符串可以是在 适用于 指定这个时间去执行在这个时间关机的 hour/mintues的 格式“hh:mm”中,或者指定24小时闹钟格式。
Alternatively it may be in the syntax "+m" referring to the specified number of minutes m from now.
或者可以是语法+m是指定从现在开始的分钟数字
If no time argument is specified, "+1" is implied.
如果没有时间参数,暗指1分钟后
本文详细介绍了Linux中`ps-aux`和`shutdown`命令的用法。`ps-aux`用于显示所有用户进程,而`shutdown`则用于系统关机或重启,支持指定时间(如`hh:mm`格式)或分钟数(`+m`)来执行。如果不提供时间参数,默认为1分钟后关机。

被折叠的 条评论
为什么被折叠?



