• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/68

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

68 Cards in this Set

  • Front
  • Back

dir

Windows


Directory: shows contents of directory

ls

Linux


List: shows contents of directory

dir /p

Windows


Directory /Pause: pauses Directory command after each screenful of information.

ls | more

Linux


List |(pipe) more: same effect as dir /p: 'pipes' additional screens to "more" command

dir /w

Windows


Directory /Wide: displays directory results using wide, five column list format.

dir /?

Windows


Directory /Help: lists all possible switches for Directory command

ls -l

Linux


List -Long: lists detailed information about all files

help

Linux


lists commands available

cd

Windows and Linux


Change Directory: change the focus of the command prompt to a different directory

c:

Windows


points the command prompt to the c: drive

/Volumes


/mnt

Linux


Mac OSX


/Volumes: points prompt to volumes folder


Ubuntu


/mnt: points prompt to mounted drives folder

mkdir or md

Windows and Linux: mkdir


Make Directory: creates a directory


Windows: md


Make Directory:creates a directory

rmdir or rd

Windows and Linux: rmdir


Remove Directory: deletes a directory


Windows: rd


Remove Directory: deletes a directory

rd /s

Windows


Remove Directory /Subdirectories & files: removes directory as well as files and subdirectories

rm -r

Linux


ReMove -Recursive: removes directory as well as subdirectories and files

*

Windows and Linux


wildcard - "I don't care" - used to display multiple variations of files

del

Windows


Delete: deletes files

rm

Linux


ReMove: deletes files and folders

copy

Windows


Copy: copies files

move

Windows


Move: moves files

cp

Linux


CoPy: copies files and folders

mv

Linux


MoVe: moves files and folders

xcopy /s

Windows


copies files and folders with subdirectories

chkdsk /f/r

Windows


Check Disk: scans for file system errors


/f - Fixes file system errors


/r - Repairs bad sectors

format

Windows


Formats volumes

hostname

Windows and Linux


diplays the name of computer

gpupdate

Windows


immediately Updates newly set Group Policies

gpresult

Windows


overview of all security policies

sfc

Windows


System File Checker: scans, detects, and restores important Windows system files, folders, and paths

shutdown

Windows and Linux


Shutdowns or reboots a local or remote computer

ifconfig

Linux


view and change network settings

iwconfig

Linux


view and change wireless network settings

ps

Linux


view processes running on system

grep

Linux


search text files or command output to find and filter specific information

apt-get

Linux


downloads, installs and updates software

vi

Linux


default text editor

dd

Linux


Disk Duplicator: creates an exact, bit-by-bit image of storage media

passwd

Linux


Password: changes your password or, if logged in as a root (super user) any user's password

ping -t

Windows and Linux


tests an IP address or DNS name to verify duplex communication. -t pings host until stopped.

ipconfig

Windows


view and change network settings

nslookup

Windows & Linux


shows DNS server information about a specific host name

tracert

Windows


Trace Route: shows route that a packet takes to get to its destination

traceroute

Linux


Trace Route: shows route that a packet takes to get to its destination

reg

Windows


Registry: full Registry edting tool

regsvr32

Windows


Registry Server 32-bit: can only add DLL and OLE files to the Registry.

net start

Windows


Starts any service

net stop

Windows


Stops any service

tasklist

Windows


Displays list of running processes

taskkill /f

Windows


Stops a running process or application. /f force quits.

pwd

Linux


Present Working Directory


Displays contents of directory

net

Windows


Manages Microsoft networks resources

ping -a

Resolves IP addresses to hostnames

Wbadmin

Windows Backup Administration - cli backup and restore

tar

Linux backup and restore

bootrec

Windows


Boot Recover: fixes master boot record (MBR) and boot sector, rebuilds the BCD store and scans for items not in BCD store.

diskpart

Windows


Disk Partition: Recovery Console tool used for partitioning, drive lettering, changing drive class, etc.

fdisk

Windows


Create, change, delete, view and manage hard disk partitions in DOS and Windows 9x.

bcdedit

Windows


BCD(boot configuration data) Edit: use to fix bad bootmgr and manage BCD Store

netstat

lists all open ports

Telnet

Access router configuration

ipconfig /renew

Restores DCHP configuration

nbtstat

Windows


NetBios tcp/ip Statistics: resolves host names when DNS is not available

netdom

Windows


Network Domain: manage Windows domain from CLI

chown

Linux


Change Owner: changes owner and group with which a file or folder is associated

chmod

Linux


Changes permissions of file or folder with numbering syntax:


(r)ead = 4, (w)rite = 2, e(x)ecute = 1

Bootcfg

Windows


Configure boot.ini file

mstsc

runs Remote Desktop Connection from CLI

net user /add user password

Adds local user named "user" and password of "password"