gnu-software

https://www.gnu.org/software/coreutils/manual/coreutils.html#File-permissions

文件权限被包括在coreutils包中。

The file mode bits have two parts: the file permission bits, which control ordinary access to the file, and special mode bits, which affect only some files.
文件模式位有两部分:文件权限位,它控制着文件的普通访问,特殊模式位,它只影响一些文件。

限制删除标志(restricted deletion flag)也称为 sticky 标志

时间: 2024-11-07 16:54:33

gnu-software的相关文章

GNU常识

又在Wikipedia上把GNU.Linux等看了一下. GNU: The GNU Project is a free software, mass collaboration project, announced on 27 September 1983, by Richard Stallman at MIT. The first goal of the GNU project was to create a whole free-software operating system. The

ls --help 常用命令

$ ls --help Usage: ls [OPTION]... [FILE]... List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuvSUX nor --sort. Mandatory arguments to long options are mandatory for short options too. -a,

Linux上获取命令帮助的几种方式

一.加参数-h或者--help 例如: [[email protected] ~]# clock -h hwclock - query and set the hardware clock (RTC) Usage: hwclock [function] [options...] Functions:   -h | --help         show this help   -r | --show         read hardware clock and print result    

Linux -- chmod

CHMOD(1)                                                           User Commands                                                           CHMOD(1) NAME       chmod - change file mode bits SYNOPSIS       chmod [OPTION]... MODE[,MODE]... FILE...      

linux命令总结之state命令

ls 命令及其许多参数提供了一些非常有用的文件信息.另一个不太为人所熟知的命令 stat 提供了一些更为有用的信息. 1 [[email protected] scripts]# man stat 2 STAT(1) User Commands STAT(1) 3 4 NAME 5 stat - display file or file system status 6 7 SYNOPSIS 8 stat [OPTION]... FILE... 9 10 DESCRIPTION 11 Displa

Linux -- chown

CHOWN(1)                                                           User Commands                                                           CHOWN(1) NAME       chown - change file owner and group SYNOPSIS       chown [OPTION]... [OWNER][:[GROUP]] FILE

Linux -- rm, rmdir

RM(1)                            User Commands                           RM(1) NAME       rm - remove files or directories SYNOPSIS       rm [OPTION]... FILE... DESCRIPTION       This  manual  page  documents  the  GNU version of rm.  rm removes each

linux命令总结之date命令

命令简介: date 根据给定格式显示日期或设置系统日期时间.print or set the system date and time 指令所在路径:/bin/date 命令语法: date [OPTION]... [+FORMAT] date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]] 命令参数: 参数 描述 -d 显示字符串描述的时间 -f 显示DATEFILE文件中的每行时间 -r 显示文件的最后修改时间 -R 以RFC-2822兼容日期

Linux 账户信息显示和实现账户安全

一.账户信息显示 1.groups命令 使用groups命令可以显示指定用户账户的组群成员身份. [[email protected] ~]# groups --help Usage: groups [OPTION]... [USERNAME]... Print group memberships for each USERNAME or, if no USERNAME is specified, for the current process (which may differ if the

man命令--Linux命令应用大词典729个命令解读

内容来源于人民邮电出版社<Linux命令应用大词典> 讲述729个命令,1935个例子 学习Linux系统的参考书.案头书,遇到不懂的命令或命令选项一查即可 争取每天都发布内容 本文出自 "airfish2000" 博客,更多命令查看博客: http://airfish2000.blog.51cto.com/10829608/1881635 man命令 使用man命令可以格式化并显示在线的手册页.man会列出一份完整的说明,其内容包括命令语法.各选项的意义以及相关命令等.