mintCast Episode 21: File Permissions

Ontario [GNU] Linux Fest

The third annual Ontario [GNU] Linux Fest, sponsored by Google and IBM, will be held on Saturday, October 24, 2009 at the Days Hotel and Conference Centre Toronto Airport East in Toronto, Ontario, Canada.

The Ontario Linux Fest is a non-profit event that brings together professionals, students, and enthusiasts who share an interest in Linux and Open Source software.

Joe ‘Zonker’ Brockmeier, long time FOSS advocate and openSUSE community manager, is the keynote speaker.

Last year 300 people attended, from as far away as Brazil.

Visit the website at http://www.onlinux.ca, sign-up for the mailing list, or follow on Twitter at @OntarioLinux.

In this episode

Hannah Montana Linux

Ontario [GNU] Linux Fest

SCO lawsuit back on

Ubuntu releasing an App Store

New Ubuntu installer coming soon

Dell refutes Microsofts claims that Linux Netbooks get returned more than Windows Netbooks

Linux vs Windows 7 feature comparison

File Permissions

chmod Tutorial: Interactive commands and examples

chmod command using numbers

chown [-R] [[user]][:group] target1 [[target2 ..]]
chmod [options] mode[,mode] file1 [file2 …]
chgrp group target1 [target2 ..]

u user the owner of the file
g group users who are members of the file’s group
o others users who are not the owner of the file or members of the group
a all all three of the above, is the same as ugo
+ adds the specified modes to the specified classes
removes the specified modes from the specified classes
= the modes specified are to be made the exact modes for the specified classes
r read read a file or list a directory’s contents
w write write to a file or directory
x execute execute a file or recurse a directory tree
X special execute which is not a permission in itself but rather can be used instead of x. It applies execute permissions to directories regardless of their current permissions and applies execute permissions to a file which already has at least 1 execute permission bit already set (either user, group or other). It is only really useful when used with ‘+’ and usually in combination with the -R option for giving group or other access to a big directory tree without setting execute permission on normal files (such as text files), which would normally happen if you just used “chmod -R a+rx .”, whereas with ‘X’ you can do “chmod -R a+rX .” instead
s setuid/gid details in Special modes section
t sticky details in Special modes section

Web site of the week

The Linux Experiment

Feedback

10 Free Linux ebooks For Beginners

More info

Hosts: Charles, Rothgar
Subscribe to the podcast: [iTunes] [Zune] [RSS MP3] [RSS OGG]
Contact podcast:

Email: [email protected]
Phone: 1-832-514-2278
Twitter: @mintCast @Rothgar @Linux_Mint
More info:
Linux Mint website, blog, forums

Linux Mint

The distribution that spawned a podcast. Support us by supporting them. Donate here.

Archive.org

We currently host our podcast at archive.org. Support us by supporting them. Donate here.

Audacity

They’ve made post-production of our podcast possible. Support us by supporting them. Contribute here.

mintCast on the Web

This work is licensed under CC BY-SA 4.0

This Website Is Hosted On:

Thank You for Visiting