Notes Windows Command Line Tips
Notes Windows Command Line Tips
>ping NETWORK
Verifies IP-level connectivity to another TCP/IP computer by
sending Internet Control Message Protocol (ICMP) Echo
>ipconfig [/all] [/renew [Adapter]] [/release
Request messages.
[Adapter]] [/flushdns] [/displaydns] [/registerdns]
>control admintools [/showclassid Adapter] [/setclassid Adapter
[ClassID]]
>services.msc
/all : Displays the full TCP/IP configuration for all adapters.
>nslookup
emacs: `Using the emacs text editor' df: .. shows disk space available on the
mkdir: `Creating a directory' system
cd: `Changing your current working directory' du: .. shows how much disk space is being
ls: `Finding out what files you have' used up by folders
cp: `Making a copy of a file' chmod .............. changes permissions on a
mv: `Changing the name of a file' file
rm: `Getting rid of unwanted files' bc: .. a simple calculator
chmod: `Controlling access to your files'
cmp: Comparing two files Compiling
wc: Word, line, and character count
compress: Compress a file make: compiles source code
gcc (file.c) ....... compiles C source into a file
Job & Process Control named 'a.out'