Linux Commands Flashcards
Ping
Windows/Linux Command. This command allows the user to test point-to-point network connectivity. This command got its name from the sound sonar makes as it echolocates!
IfConfig
Allows users to see network configuration. IFConfig is short for “Interface Configuration” as it allows you to configure a number of settings for a network interface, including finding IP and MAC Addresses
IP
Returns an IP address, or allows a user to assign and configure IP Settings for a device. Short for Internet Protocol.
fsck
Scans and Fixes hard drive. Short for “File System Consistency Check”. Fsck is sometimes playfully used as an expletive when referring to corrupted file systems.
traceroute
Identifies network route. Used as a diagnostic tool, this command measures the paths of packets across an IP network
CD
Windows and Linux Command. Short for “Change Directory”. Shell command used to change current working directory
Mkdir
Make Directory. Allows user to create a new working directory.
rmdir
Delete directory. Short for “Remove directory”, allows user to delete a specified directory.
man
Help. Short for “manual”, The man command originally directed users to a small collection of pages from the published user’s manual. Now includes more extensive documentation.
nano “file name”
Make file. In the late 90s, developer Chris Allegreta was trying to create an alternative to a text editor software called Pico. The name Nano was chosen because ‘nano’ is a scientific measurement 1000 times larger than ‘pico’. Typing nano and then a file name creates a new file of that name
ls
Lists files in a directory. Short for the word ‘list’, it can be invoked without argument to list all files in the current working directory.
cp-R
Copies directory. Short for “Copy-Recursive” this command allows the user to copy entire directories to other directories.
clear
Clear screen. This clears all previous text from the screen and puts the command line back at the top of the computer terminal.
ps
See running programs. Short for “Process status” this command lists all currently running processes.
cp
Short for “copy”, this command copies files from a source to a destination.