Linux Commands: Difference between revisions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
Please note that this is intended to merely be a quick reference. If you need complete and thorough documentation, see the links in the reference section. | Please note that this is intended to merely be a quick reference. If you need complete and thorough documentation, see the links in the reference section. | ||
[[awk]] - manipulate text | |||
[[dhclient]] - manage DHCP | [[dhclient]] - manage DHCP | ||
Line 25: | Line 26: | ||
[[mtr]] - (use instead of traceroute) | [[mtr]] - (use instead of traceroute) | ||
[[sed]]- parse and edit text | |||
[[SSH]] - Securely connect to a remote computer. | [[SSH]] - Securely connect to a remote computer. |
Revision as of 16:34, 29 December 2016
Linux Commands
Follow the below links for some useful Linux commands (with examples).
Please note that this is intended to merely be a quick reference. If you need complete and thorough documentation, see the links in the reference section.
awk - manipulate text
dhclient - manage DHCP
chmod - change permissions on files or directories.
chown - change file or directory owner.
dig - Domain Name System Information Groper (lookup DNS information)
exim - mail server (This wiki has some common exim commands)
find - Find files
grep - GNU Regular Expression Parser (find strings of text in files)
ip - manage IP addresses and such (replaces ifconfig... more or less)
mtr - (use instead of traceroute)
sed- parse and edit text
SSH - Securely connect to a remote computer.
tar - Create and manage tar archive files.
vim - Command line text editor.