mahesh2k, on 04 October 2010 - 03:46 AM, said:
When all the files are saved in /root/rob then tell me how easy it is organize and remember or type. You are forced to use command line where windows doesn't force you at all. You are forced to use sudo and CLI in 60-70% of managing OS. Besides you can move my documents to e:/my documents or d: my documents in case of windows. is there anything easy to remember path in linux ? NO.
Well, files are organised in the same way as any other operating system. So, for example, I have folders such as
/home/rob/Photographs and
/home/rob/University Work each containing sub folders to organise them further. If I then want to organise the files further (such as separating RAW camera images from JPEGs) I can sort by file type in the file browser. I can also apply other filters and searches.
You are never forced to use the command line for anything. In fact, I mainly use it for running whois queries simply because it's quicker than waiting for a website to load

When people use the command line they use it because they find it quicker and easier.
With respect to the "easy to remember" paths on Windows - there is no need for that sort of thing on Linux. I have my home directory on a separate partition. Linux handles that behind the scenes so that the standard path of
/home/username always works. I could move the home directory to a completely separate disk and it would still be handled invisibly. There's no need to remember a random drive letter. However, if
/home/rob is still a bit hard to remember, you can always create a symlink (shortcut) to it so you can use something like
/rob instead.
mahesh2k, on 04 October 2010 - 03:46 AM, said:
Let's face it, linux still force us to use CLI. Linux has huge dependency issue with libraries and multiple distribution makes offline software installation and distribution difficult.
No. No. And no. You're not forced to use the command line at any stage. Software dependencies (which exist in Windows too) are handled automatically by the package management software. Offline software installation is possible and quite popular - see the DVDs that distributions ship out containing their distribution and all available software packages for those with limited/no Internet access.
mahesh2k, on 04 October 2010 - 03:46 AM, said:
Assuming that there is fast or moderate speed internet your case is applicable. But internet censorship is on rise and from unlimited plans ISP are shifting to limited data plans. Dialup users still exist so CD and DVD even if remains on shelf for years are worth to keep. Especially when software is commercial people prefer to get CD or DVD for network installation. Many firms keep data safe by not connecting their home network to internet for such type of consumers DVD/CD is important. Sofware repository based OS don't solve those problems and in fact make it harder. Commercial value from those free repository is already seen during recession and people are moving back to profitable platforms.
Linux doesn't have script kiddies ? viruses ? browser spywares ? software doesn't fail or get corrupt while installing ? there is no dependency hell? I didn't expected you to raise this point.

See above comments about shipped DVDs to answer the first paragraph. Viruses are very rare on Linux systems, and the few that do exist can do very little damage due to the way the OS is designed. Browser problems are just that - problems with the
browser, so they exist on any version of that browser - Linux, Apple and Windows. If software, for whatever reason, fails to install then the OS seamlessly rolls back to before the installation started. It is, however, very rare for software installation to fail. And dependency hell pretty much disappeared when package management systems came in - they manage the dependencies for you.