Linux Commands: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
[[chown]] - change file or directory owner. | [[chown]] - change file or directory owner. | ||
[[dig]] - Domain Name System Information Groper (lookup DNS information) | |||
[[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) | [[ip]] - manage IP addresses and such (replaces ifconfig... more or less) |
Revision as of 03:24, 21 December 2016
Linux Commands
Follow the below links for some useful Linux commands (with examples).
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)
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)
SSH - Securely connect to a remote computer.
tar - Create and manage tar archive files.
vim - Command line text editor.