Linux Commands 彻底研究(02):mkdir

NAME
mkdir -
make directories

SYNOPSIS
mkdir [OPTION]... DIRECTORY...

DESCRIPTION
Create the DIRECTORY(ies), if they do
not already exist.

Mandatory arguments to long options are mandatory for short
options
too.

-m, --mode=MODE
set file mode (as in chmod), not a=rwx -
umask

-p, --parents
no error if existing, make parent directories
as needed

-v, --verbose
print a message for each created directory

-Z, --context=CTX
set the SELinux security context of each
created directory to
CTX

--help display this help and exit

--version
output version information and exit

AUTHOR
Written by David MacKenzie.

REPORTING BUGS
Report mkdir bugs to [email protected]

GNU coreutils home page: <http://www.gnu.org/software/coreutils/>

General help using GNU software: <http://www.gnu.org/gethelp/>

Report mkdir translation bugs to <http://translationproject.org/team/>

COPYRIGHT
Copyright ? 2010 Free Software Foundation, Inc.
License GPLv3+: GNU
GPL version 3 or later
<http://gnu.org/licenses/gpl.html>.
This is free software: you
are free to change and redistribute it.
There is NO WARRANTY, to
the extent permitted by law.

SEE ALSO
mkdir(2)

The full documentation for mkdir is maintained as a Texinfo manual.
If
the info and mkdir programs are properly installed at your site,
the
command

info coreutils ‘mkdir invocation‘

should give you access to the complete manual.

GNU coreutils 8.4 November 2013
MKDIR(1)

时间: 2024-11-05 18:35:08

Linux Commands 彻底研究(02):mkdir的相关文章

Linux Commands 彻底研究(04):cat

NAME cat - concatenate files and print on the standard output SYNOPSIS cat [OPTION]... [FILE]... DESCRIPTION Concatenate FILE(s), or standard input, to standard output. -A, --show-all equivalent to -vET -b, --number-nonblank number nonempty output li

Linux Commands 彻底研究(03):tput

NAME tput, reset - initialize a terminal or query terminfo database SYNOPSIS tput [-Ttype] capname [parms ... ] tput [-Ttype] init tput [-Ttype] reset tput [-Ttype] longname tput -S << tput -V DESCRIPTION The tput utility uses the terminfo database

Linux Commands 彻底研究(01):ls

NAME ls - list directory contents 列出文件夹内容 SYNOPSISls [OPTION]... [FILE]... DESCRIPTION List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuvSUX nor --sort. 列出关于文件的信息(默认当前目录)如果即没有-cftuvSUX也没

Linux命令工具基础02 文件及目录管理

文件及目录管理 文件管理不外乎文件或目录的创建.删除.查询.移动,有mkdir/rm/mv 文件查询是重点,用find来进行查询:find的参数丰富,也非常强大: 查看文件内容是个大的话题,文本的处理有太多的工具供我们使用,在本章中只是点到即止,后面会有专门的一章来介绍文本的处理工具: 有时候,需要给文件创建一个别名,我们需要用到ln,使用这个别名和使用原文件是相同的效果: 创建和删除 创建:mkdir 删除:rm 删除非空目录:rm -rf file目录 删除日志 $rm *log 等价: $

Basic Linux Commands :date, clock, hwclock, cal, ls, pwd, whereis, which, who, w, whoami

作业01:自行学习如下命令 date, clock, hwclock, cal ls, cd, pwd, tty, whereis, which stat, echo, shutdown, halt, reboot, poweroff who, w, whoami date: 显示系统时间, [时间日期] date 查看系统当前时间 参数-u显示utc时间 格式化显示年月日 用+号连起来如:date +%Y-%m-%d(如果我们用date +%Y - %m - %d 会发现出错,因为系统看见空格

linux随笔(13)---touch和mkdir

一.目的 本文将介绍linux下新建文件或目录.删除文件或目录命令. touch可以新建文件,mkdir用来新建目录:rm用来删除文件或目录. 本文将选取ubuntu14.04发行版做为描述基础. 二.touch命令 linux下新建文件的方式有很多,例如:使用vi新建文件.使用cp命令拷贝一个文件.但是最常用的还是使用touch命令新建一个文件. 语法:touch [options] filename -a:改变访问时间 -m:改变修改时间 -t timestamp:改变访问时间和修改时间为t

每天一个Linux命令(3)mkdir命令

mkdir命令用来创建目录.该命令创建由dirname命名的目录.如果在目录名的前面没有加任何路径名,则在当前目录下创建由dirname指定的目录:如果给出了一个已经存在的路径,将会在该目录下创建一个指定的目录.     在创建目录时,应保证新建的目录与它所在目录下的文件没有重名.   (1)用法:  mkdir [选项]... 目录... (2)功能: 若指定目录不存在则创建目录     (3)选项参数        1)-Z:                                

基于Xenomai的实时Linux分析与研究

转自:http://blog.csdn.net/cyberlabs/article/details/6967192 引 言 随着嵌入式设备的快速发展,嵌入式设备的功能和灵活性要求越来越高,很多嵌入式设备中都开始使用操作系统.由于工作的特殊性, 很多嵌入式设备要求系统对外部事件的中断响应必须在事先设定的时限范围内完成,使系统具有可预测性,而通用的桌面操作系统大都是非实时或者是软实时的,无 法满足需求,因此就必须使用实时操作系统(Real—Time Operating System,RTOS).  

[reprint]useful linux commands

linux一说都是搞开发玩的,敲敲键盘就能完成所有的工作.其实你也可以这么玩,玩游戏的除外哦. 那我们就来侃侃如何玩,linux是命令的天下,高级的命令那是相当的多,但是我们正真用到的也就那么几个看你是不是都知道,如果你都知道的话,说明你已经会玩了. 当然第一步是打开Terminal终端又了这个linux才会听你的话. ls ls 列出文件和目录 ls /home (列出home下面的所有文件和目录) ls -alh 列出当前所有文件包括隐藏文件及文件大小权限和时间,我一般都这么使用,它的使用太