thechris wrote:
--normal users can't chmod. only root can. also, you
actually CAN exec files that aren't flagged as executable with the
source command. the scripts however run as the logged in user and
can't be suid or sgid.
thechris, you got it all wrong, normal users can chmod, chmod is a very
basic shell command.You might be thinking about chown and that one is
tricky in some systems,, depending on configuration.
thechris wrote:
Being a user in almost ANY OS doens't mean being root/admin. root
as a default user is an incredibly insecure thing to do, especially if
you choose to have no password... in windows _default_ install
users have admin rights. this is a bad idea. it makes
things less secure but easier. of course users could change this
in either OS. not sure if windows supposts anything similar to su
sudo or kdesu.
Window's impersonization technologies are much better than unix. More
complete and much better integrated. Being the admin doesn't cause any
big problem on windows. Windows got two things wrong, one, didn't turn
on the firewall by default, second they turned on other unnecessary
services by deafult which turned out to be security holes. None of
these two are related to security problems. Viruses and worms can not
be prevented unless you want people to enter a root password everytime
they send email. I recommend you to look a little deeper than you look
now, so you can see the fact that,.
I don't think forcing users into remembering two passwords is a good
solution. You clearly have no clue about how users use computers. For a
very long time I thought that computers are easy, but what I realized
is that, using a computer is a really challenge in the first place.
Many smart people will have a hard time learning them, because so many
small things are not untuitive. For example, you copy some text to
clipboard by pressing ctrl-C, and you never question this, but there
are users who just get confused when you explain them how to copy text,
because they don't get a feedback. The first time I used unix, I got
confused, because the programs do not say anything when they
successfully complete their jobs. You oversimplfy these important
issues, completely ignore them for the glory of some
anti-Microsoftinizm.
But in any case, you jump to the conclusions without much thinking.
When you first install a system, any system, linux or windows, somebody
has to be root. What you have to argue is that Windows should promote
the idea of creating another user with less priviledges. Now is this a
great idea? We don't know exactly, because you didn't conduct a
usability study. Maybe people will get confused, people wil have
problems installing programs. So your suggestion may end up making
computers unusable in fact.
thechris wrote:
--there are such technologies in linux. gnupg and md5 checksums are used. gentoo does this with portage.
Is this something like chmod?