Linux Commands: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
[[dhclient]] - manage DHCP | [[dhclient]] - manage DHCP | ||
[[chmod]] - change permissions on files | [[chmod]] - change permissions on files or directories. | ||
[[chown]] - change file or directory owner. | |||
[[ip]] - manage IP addresses and such (replaces ifconfig... more or less) | [[ip]] - manage IP addresses and such (replaces ifconfig... more or less) | ||
[[SSH]] - Securely connect to a remote computer. | [[SSH]] - Securely connect to a remote computer. | ||
[[tar]] - Create and manage tar archive files. | |||
[[vim]] - Command line text editor. | [[vim]] - Command line text editor. |
Revision as of 02:39, 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.
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.