I know the subject maybe misleading, I assure you I do not want to spawn off another Linux Vs Windows debate or Flame war.
Actually what I am after is a better understandng of the Structure of Linux to speed up my adaption process. I am very familiar with the Dos/Windows Structure and I think it would help me and other newbies coming from the Dos/Windows if we understood more clearly the terminologies/formats/structure simularities to start with. (I am using Redhat's distro to compare)
For Example...
I understand that there is command line syntax that is different in each OS but they deliver the same end results.
DOS/WINDOWS = UNIX/LINUX
-------------------- ---------------
attrib = chmod
backup = tar
dir = ls
cls = clear
copy = cp
del = rm
deltree = rm -R , rmdir
edit = vi, pico
format = fdformat, mount, umount
move / rename = mv
type = less <file>
cd = cd, chdir
more < file = more file
md = mkdir
win = startx
Etc
I also understand some of the simularities to the Windows file format structures and terminologies.
WINDOWS = LINUX
------------- ---------
.ini = .conf
.bat = .shh
Shortcut = symlink
Task Bar = panel
Autoplay = Automount
Startmenu = TaskMenu
Add/Remove Programs = RPM Package Manager
Etc
I even understand there are applications that pretty much do the same thing (Although Linux's are free, come with many distros, and there are many simular programs to choose from) I'll only list a few. (Some Windows ones are 3rd party and Cost additional $)
WINDOWS = LINUX
------------- ---------
MSOffice = OpenOffice, Koffice
Explorer = Nautilus, Konqueror
iExplorer = Mozilla
Notepad = gedit
MSN IMSGR = gaim
Photoshop = Gimp
Etc
This could be a pretty big list...
I would like to create an Essential Starter Guide for myself and post it for those that it maight make transition easier for.
If you can add to my list's I would appreciate your help.
Thanks in advance.