Linux (SSH) Command Overview

Hi,

I decided to post this useful chart I found since people are searching a lot for DOS-Commands in order to find posts about their Linux-Counterparts.

Taken from http://linuxrefresher.com/commands/compare.htm
Newbies visit http://linuxrefresher.com which is a VERY good (free)site to learn + understand Linux.

***
Please don't mind the below MESS. It is meant to give people searching a target and lead them to thid thread.
cd cd change directory
dir ls -l display list of files with details
dir /w ls display list of file names
type cat display file contents
comp diff compare 2 files
copy cp copy file
xcopy cpio copy entire directory structure
diskcopy dump copy disk images
del rm remove file
deltree /y rm -rf remove subdirectories of files
rmdir or rd rmdir remove a directory
mkdir or md mkdir create a directory
rename or ren mv rename file
type filename | more more filename display files page by page
help man display detailed command information
commandname -? commandname --help display summary of command line options
attrib chmod change file attributes
find grep find strings in files
date, time date change date & time
chkdsk df display free disk space
print lpr print a file
pkzip gzip & tar compress files and bundle them into one file
edlin ed basic/crude text editor
edit gedit visual text editor
fdisk fdisk partition hard drive
c:\command.com /bin/sh command interpreter
c:\autoexec.bat /etc/profile initialization file used to assign global defaults, etc.
c:\config.sys /etc/inittab initialization file used to configure system at startup
c:\io.sys, c:\msdos.sys /linux primary operating system programs
c:\ / top "root" directory
c:\dos /etc, /bin, /usr/bin directories where most operating system commands reside
"ctrl-alt-del" keys run "/etc/shutdown -r" or click on the reboot button in the Gnome user interface method of rebooting system
turn off the power switch run "/etc/shutdown -h", or click on the halt button in the Gnome user interface, then turn off the power switch method of shutting down the system
"pause" key "ctrl-s" keys pause screen output
"ctrl-c" keys "ctrl-c" keys terminate a program
***

 

 

 

 

Top