Modify Colors

Default Reverse Brown Dark Blue

Archive

Advertisement

November 21, 2008 | Uncategorized

Protecting New Users

Thanks to the power of Linux, there is a virtually infinite set of commands that can mess up your system and/or destroy your data. While I have never seen anyone advise someone else to run these commands, it is definitely a potential issue that a newbie could be told to run a command that would destroy his or her data and system. As demonstrated by this post, there are plenty of commands that are very hard to recognize, but will wipe out data.

Already, some Linux distros (such as Ubuntu) are putting stickies in their forums advising new users against running potentially malicious commands, but it is not realistic to think that everyone will read these stickies. So how can new users be protected against this possibility? A good step would be to add an additional layer of protection (in addition to sudo) that warns new users when they attempt to execute commands that are either common malicious commands (sudo rm -rf /, for example – don’t try it) or might destroy a large number of files.

This would be a simple step that could be taken as a preventive measure to ensure that no new users are greeted with a nasty suprise when they go to look for their files.

Related posts:

  1. Unintrusive Teaching for Newbie Linux Users When I see an idea on Ubuntu Brainstorm suggesting some...
  2. Why Attracting More Users to Linux Matters Many decisions and opinions in the Linux world are justified...
  3. Why Setting .doc as the Default in Open Office Is A Good Idea for New Users Not at all surprisingly, I received a lot of negative...
  4. Cloud Computing Is Not Bad: It Just Needs Some Openness Recently, Richard Stallman called cloud computing “worse than stupidity.” His...
  5. Ubuntu Netbook Remix: Bringing UMPC Users to Linux Many Linux users have looked on happily as the Eee...

1 comment on this post.

  1. manny says:

    we dont need viruses or spyware if we have advanced and dangerous commands (that can be easily prevented) from malicious users…

Leave a Comment