Command Equivalents -UNIX / NT/Windows 2000

UNIX Command
NT/W2K (Command Prompt)
NT/W2K (from Windows)
apropos
 
Use the Index and Find tabs of the Help facility(via Start | Help)
ar
ar
 
arp
arp
 
cat

type to display a file; copy a+b+...C to concatenate files

 
cd
cd
double click on folder
chmod
cacls
File/directory Properties->Security->Permissions
clear
cls
 
compress
compact and expand (for transparent compression.)
WinZip, gzip, compress
WinZip, WinRar, etc.
cp
copy
select file | right click | copy (select file ctrl-c)
go to new directory | right click | paste (ctrl-v)
cp -r
xcopy
select file | right click | copy (select file ctrl-c)
go to new directory | right click | paste (ctrl-v)
date
date and time
put pointer over clock in lower right corner
diff
comp
 
echo
echo (limited)
 
emacs
emacs
emacs (if installed)
fgrep
find
 
find

dir /b /s <filename>

Start | Find | Files or Folders
finger
finger
 
grep
findstr or find
 
hostname
hostname
Start | Settings | Control Panel | Network
kill
taskmgr
Ctrl-Alt-Del- | Task Manager...- | Processes- | End Process
ln -s
 
Create a shortcut (right-click menu)
lpq
 
My Computer- | Printers folder- | double-click on printer or use the printer icon on the desktop tray.
lpr
 
File- | Print
ls
dir /w
 
ls -l
dir or dir /N
 
man
help cmd or cmd /? or net help cmd
Start | Help
mkdir
mkdir
right click | new folder
more file
more file (set the MORE environment variable to /E to make the command behave UNIX-style
 
mv
move or rename
select file | right click | cut (select file ctrl-x)
go to new directory | right click | paste (ctrl-v)
nslookup
nslookup
 
passwd
 
Ctrl-Alt-Del- | Change Password
ping
ping
 
popd, pushd
popd and pushd
 
ps
 
Task Manager- | Processes
pwd
cd
 
rcp
copy and xcopy
select file | right click | copy (select file ctrl-c)
go to new directory | right click | paste (ctrl-v)
rlogin
telnet
Start | Run | Telnet
rm
erase or del
select file | delete key
rmdir
rmdir
select directory | delete key
rsh
telnet
Start | Run | Telnet
setenv
set or
My Compuer- | Properties- | Environment
sort
sort (limited)
 
source
call
 
tail
included in Cygnus GNU utilities
 
tar
ntbackup or Cygnus GNU utilities for tar. pax can read/write tar tapes.
Start | Administrative Tools (Common) | Backup
touch
included in Cygnus GNU utilities
 
umask
No real equivalent (default file protections flow from the directory in which a file is created)
right click on file | properties | security | permissions
umount
For local filesystems, there is no real equivalent, for network filesystems, net use /delete
 
uptime
net statistics
 
vi
vi
 
vmstat
 
Start | Administrative Tools (Common) | Windows NT Diagnostics | Memory (winmsd command)
wall
net send /users
 
whoami
whoami
 
write
net send
 
xlock
 
Ctrl-Alt-Del- | Lock Workstation