Other contributors have said "How many commands do linux and unix share?" is the same question as "Why do you think Unix and Linux share more commands than Windows XP and Unix?" If you believe that these are not asking the same thing and should be answered differently, click here
Why do you think Unix and Linux share more commands than Windows XP and Unix?
Because Linux was modeled after Unix, and designed to be a suitable free replacement. Windows is targeted at a slightly different market, and was primarily designed to be operated using a GUI, not the command line.
This question cannot be answered with a simple yes or no. A windows system is more likely to be attacked simply because there are more of them. In addition, windows users may not patch their systems...
Unix isn't inherently more secure than any other operating system; it happens to be a lighter target because there are so many attackable Windows systems to go to first.
There is no answer to this question. Under UNIX and Linux, commands are either shell native or external programs found on the path (which usually includes /bin /sbin /usr/bin and ~/bin) Most UNIX and...
The 'more' command is considered a 'pager' program, which means it displays 1 screen page at a time as it pages through the file. This program allows you to look at the contents of a file one screen...