Author Topic: Experts warn of Linux/Windows virus  (Read 598 times)

slave

  • Member
  • **
  • Posts: 1,136
  • Kudos: 0
    • http://www.fuckmicrosoft.com
Experts warn of Linux/Windows virus
« on: 8 June 2002, 07:28 »
http://www.google.com/url?sa=X&oi=news&start=0&num=1&q=http://www.vnunet.com/News/1132372&e=980

Not a serious virus, but it shows that viruses can be written for Linux and can infect Linux systems.

ravuya

  • VIP
  • Member
  • ***
  • Posts: 517
  • Kudos: 0
Experts warn of Linux/Windows virus
« Reply #1 on: 8 June 2002, 07:35 »
quote:
Linux users can even sit back smugly and consider themselves secure, as long as they do not log in as root and run dodgy email attachments.


I think even the preteens who run Linux because they heard it allows them to hax0r like an 31337 movie character are bright enough not to run in root and open dodgy email attachments.

Oh well, people are idiots - just look at the sales of Windows.

Chooco

  • Member
  • **
  • Posts: 318
  • Kudos: 0
Experts warn of Linux/Windows virus
« Reply #2 on: 9 June 2002, 10:02 »
quote:
Oh well, people are idiots - just look at the sales of Windows.

LOL!!!!!!

yer right, i don't think anybody uses root for anything besides modifying user access properties or configuring stuff in the files that you can't access as normal user.

Heru

  • Member
  • **
  • Posts: 138
  • Kudos: 0
Experts warn of Linux/Windows virus
« Reply #3 on: 9 June 2002, 10:37 »
quote:
Originally posted by Chooco:

LOL!!!!!!

yer right, i don't think anybody uses root for anything besides modifying user access properties or configuring stuff in the files that you can't access as normal user.



I've logged in as root on my present Linux system exactly once.  I use the su root command to gain command line root permisions to edit config files, and Mandrake asks for root password when you try to do most things you need root for.

Chooco

  • Member
  • **
  • Posts: 318
  • Kudos: 0
Experts warn of Linux/Windows virus
« Reply #4 on: 9 June 2002, 13:02 »
i use 'su' when i can but i don't know all the commands. i only started with Linux about 5 days ago lol. i only know 'chown' then the user name......when i had a problem getting my webpage to show, i asked my buddy at maverick.mahan.net and he said a command called 'chmod 755 index.html' and now i can see it....thing that sucks is that i don't know where that 755 comes from or the 777 he said as a backup..  :(

hoojchoons

  • Member
  • **
  • Posts: 192
  • Kudos: 0
    • http://www.linux.gr
Experts warn of Linux/Windows virus
« Reply #5 on: 10 June 2002, 02:29 »
:eek:    :D

[ June 09, 2002: Message edited by: hoojchoons ]


jtpenrod

  • VIP
  • Member
  • ***
  • Posts: 675
  • Kudos: 105
Experts warn of Linux/Windows virus
« Reply #6 on: 11 June 2002, 13:01 »
quote:
 i use 'su' when i can but i don't know all the commands. i only started with Linux about 5 days ago lol. i only know 'chown' then the user name......when i had a problem getting my webpage to show, i asked my buddy at maverick.mahan.net and he said a command called 'chmod 755 index.html' and now i can see it....thing that sucks is that i don't know where that 755 comes from or the 777 he said as a backup..
Those numbers set the file permissions. There are three permissions: read, write, and execute. There are also three levels: user, group, and world.
Code: [Select]

To form the complete permissions number, just add the above together. Thus, read, write, and execute for the user, read and execute for the group, and execute for the world would be: 400 + 200 + 100 + 40 + 10 + 1= 751. Actually, what you're doing here is a bit-wise OR. Addition comes out to be the same so long as the sums don't carry over.
______________________________________

Powered by Mandrake Linux and Freedom

Computers are like air conditioners: they can't do their jobs if you open windows
Live Free or Die: Linux
If software can be free, why can't dolphins?