It's a Good Linux Morning 002 - Distro Showdown and Some Chmod Action

It's a Good Linux Morning 002 - Distro Showdown and Some Chmod Action

You can listen to episode two here.

Show Notes:
Exploits of a Switcha'
======================
-Walub get a virus that owns his XP

Distro compare
==============
-Ubuntu
-SUSE
-Fedora
-Mandriva
-Gento

chmod
=====
use "ls -l" to see permissions
chmod o=r filename.txt (this gives "others" read access to the file)
chmod g= filename.txt (this takes away all the groups permissions)
chmod og=rw filename.txt (this gives the group and others read and write access)
Execute=1, Write=2, Read=4
chmod 740 filename.sh (this gives the owned fill rights, the group read access and others no access)
chmod 755 filename.sh (this gives the owned fill rights, the group/others read, and execute rights)
touch playaround (this will create a empty file that you can test the chmod command on)
The three attributes are:
-Read (read the file)
-Write (change the file)
-Execute (run the file)

Show Links:
===========
* RedHat: http://www.redhat.com/
* Fedora: http://fedoraproject.org/
* Fedora mail list: http://fedoraproject.org/wiki/Communicate#ML
* Ubuntu: http://www.ubuntu.com/
* Ubuntu forums: http://ubuntuforums.org/
* Mandriva: http://www.mandriva.com/
* Gentoo: http://www.gentoo.org/
* chmod info: http://www.ss64.com/bash/chmod.html
* chmod info: http://catcode.com/teachmod/

__________________

-Antikx (C1000 - pdaXrom R198 CE)
Check out my Twitter, Mugshot and PodNova.