- The
mkdir (make directory)
command in the Unix, DOS, DR FlexOS, IBM OS/2,
Microsoft Windows, and
ReactOS operating systems is used to make a new directory...
-
chdir cls copy date del
detach dir
dpath echo
erase exit for goto if md
mkdir path
pause prompt rd rem ren
rename rmdir set
shift start time type ver...
-
abbreviations pre-programmed (e.g. MD for
MKDIR in COMMAND.COM) or user-defined via
batch scripts and
aliases (e.g.
alias md
mkdir in tcsh). On DOS, OS/2 and Windows...
-
command mkdir testdir as user
remoteuser on the
computer host.example.com
running a UNIX-like system: $ rsh -l
remoteuser host.example.com "
mkdir testdir"...
-
supplied input before the
command is executed. A
common choice is %. $
mkdir ~/backups $ find /path -type f -name '*~' -print0 |
xargs -0 -I % cp -a...
- This
article presents a list of
commands used by MS-DOS
compatible operating systems,
especially as used on IBM PC compatibles. Many
unrelated disk operating...
-
drive MiniDisc, a
media format used to
record and play
audio and
store data
mkdir or md, "make directory"
command Multiple device, as in
Linux mdadm device...
-
following program loads the C
POSIX library and uses it to call the
standard mkdir function. Note: The
following code is
portable and
works the same on POSIX...
- -c "%a %U:%G %n" ./music/ 2770 root:engineers ./music/ [
torvalds ~ ] $
mkdir ./music/electronic [
torvalds ~ ] $ stat -c "%U:%G %n" ./music/electronic/...
-
Standard Home
directory Root
directory Virtual folder Working directory Commands cd (command)
chroot dir (command)
mkdir pushd and popd pwd tree (command)...