Translations by kang haiyang

kang haiyang has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

19 of 9 results
885.
-I prompt once before removing more than three files, or when removing recursively. Less intrusive than -i, while still giving protection against most mistakes --interactive[=WHEN] prompt according to WHEN: never, once (-I), or always (-i). Without WHEN, prompt always
2009-06-25
-l 在递归删除或者删除三个以上的文件时,在执行删除操作前进行警告。虽然没有-i选项提供的信息丰富,但也能减少错误的发生。 --interactive[=WHEN] 依据WHEN的规则提示。WHEN可取值:never,once(-1),或always(-i)。不指定WHEN,则总是提示。
886.
--one-file-system when removing a hierarchy recursively, skip any directory that is on a file system different from that of the corresponding command line argument
2009-06-26
--one-file-system 当递归删除一个目录时,跳过所有与命令行参数的文件系统不同的目录。
900.
Run a program in a different security context. With neither CONTEXT nor COMMAND, print the current security context. CONTEXT Complete security context -c, --compute compute process transition context before modifying -t, --type=TYPE type (for same role as parent) -u, --user=USER user identity -r, --role=ROLE role -l, --range=RANGE levelrange
2009-06-26
在一个不同的安全上下文中运行一个程序。 打印出当前的安全上下文,不需要使用CONTEXT和COMMAND。 CONTEXT 完整的安全上下文 -c,--compute 在修改之前计算进程切换上下文 -t, --type=TYPE 类型(作为与父对象同样的角色) -u, --uesr=USER 用户标识 -r, --role=ROLE 角色 -l, --range=RANGE 级别范围
917.
If FIRST or INCREMENT is omitted, it defaults to 1. That is, an omitted INCREMENT defaults to 1 even when LAST is smaller than FIRST. FIRST, INCREMENT, and LAST are interpreted as floating point values. INCREMENT is usually positive if FIRST is smaller than LAST, and INCREMENT is usually negative if FIRST is greater than LAST.
2009-06-26
如果省略了FIRST或INCREMENT,默认是1。也就是说,省略的INCREMENT默认是1,即使LAST小于FIRST。 FIRST,INCREMENT和LAST被解释为浮点型的数值。 如果FIRST小于LAST,INCREMENT通常是正数, 如果FIRST大于LAST,INCREMENT通常是负数。
918.
FORMAT must be suitable for printing one argument of type `double'; it defaults to %.PRECf if FIRST, INCREMENT, and LAST are all fixed point decimal numbers with maximum precision PREC, and to %g otherwise.
2009-06-26
FORMAT必须与打印一个“double”型的参数相适应; 如果FIRST,INCREMENT和LAST是最大精度为PREC的定点十进制数, 默认是%.PRECf;否则就是%g。
923.
Drop any supplemental groups, assume the user-ID and group-ID of the specified USER (numeric ID or user name), and run COMMAND with any specified ARGUMENTs. Exit with status 111 if unable to assume the required user and group ID. Otherwise, exit with the exit status of COMMAND. This program is useful only when run by root (user ID zero).
2009-06-26
丢弃所有追加的组,赋值特定USER(数值ID或用户名)的用户ID和组ID,然后用特定的ARGUMENT运行COMMAND。 如果没有办法为所需的用户和组ID赋值,就以111的状态码退出。 否则,以COMMAND的退出状态码退出。 这个程序只有在以root(用户ID是0)用户运行时有用。
924.
-g GID[,GID1...] also set the primary group-ID to the numeric GID, and (if specified) supplemental group IDs to GID1, ...
2009-06-26
-g GID[, GID1, ...] 设置主要组ID为数值GID,并且 (如果已经指定)追加组ID为GID1, ...
938.
In the case of ext3 file systems, the above disclaimer applies (and shred is thus of limited effectiveness) only in data=journal mode, which journals file data in addition to just metadata. In both the data=ordered (default) and data=writeback modes, shred works as usual. Ext3 journaling modes can be changed by adding the data=something option to the mount options for a particular file system in the /etc/fstab file, as documented in the mount man page (man mount).
2009-06-26
在ext3文件系统的情况下,上述声明只在data=journal模式下有效 (同时shred也只起有限的作用),在这个模式下,作为元数据的补充,文件数据也被记录。 data=ordered(默认)与data=writeback两种情况下,shred都能正常工作。 Ext3的日志模式可以通过在/etc/fstab文件中特定的文件系统处添加data=某些选项来而改变。 这些信息在mount的帮助信息文档里(man mount)也可以查询到。
966.
-e, --echo treat each ARG as an input line -i, --input-range=LO-HI treat each number LO through HI as an input line -n, --head-lines=LINES output at most LINES lines -o, --output=FILE write result to FILE instead of standard output --random-source=FILE get random bytes from FILE (default /dev/urandom) -z, --zero-terminated end lines with 0 byte, not newline
2009-06-26
-e, --echo 把每个ARG看成一个输入行 -i, --input-range=LO-HI 把从LO到HIGH的每个数值都看作一个输入行 -n, --head-lines=LINES 最多输出LINES行 -o, --output=FILE 把结果写到FILE文件里,而不是标准输出上 --random-source=FILE 从FILE文件里获取随机个数的字节(默认/dev/urandom) -z, --zero-terminated 行结尾不添加换行符