Commands in UNIX vs MSDOS
|
UNIX
|
MSDOS
|
read directory
|
ls
|
dir
|
file attributes
|
ls -l
|
attrib
|
which directory ?
|
pwd
|
cd
|
change directory
|
cd [directory]
|
cd [directory]
|
change to parent directory
|
cd ..
|
cd ..
|
make new directory
|
mkdir [name]
|
md [name], mkdir [name]
|
remove empty diretory
|
rm [name], rmdir [name]
|
rd [name], rmdir [name]
|
copy file
|
cp [name] [target],
also for directories
|
copy [name] [target]
|
move file
|
mv [name] [target],
also for directories
|
move [name] [target]
|
delete file
|
rm [name]
|
del [name]
|
[prev]
[top]
[next]
|