[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Sheflug] Weird chmod problem



I'm running slackware current and I've got a problem with the /mnt directories. Whenever I try and chmod /mnt/windows so I can access it via a normal user (because by default in slack current it's not accessible for some reason) it doesn't work. No matter what I do I can't chmod it. I've even tried to chmod 777 it but it just stays at what it's at. Is there any way I can solve this? I don't want to su as root everytime I want to play my mp3s that are on my windows partition.

Darrell

___________________________________________________________________

Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html

GNU the choice of a complete generation.

#!/usr/bin/perl -w
# Strip all line of this form from html messages
# From: "French, Alastair" <Alastair.French [at] racalinst.co.uk>

while (<>){
$_=~s/(^.*:.*[ <])(\w.*)(@.*)/$1nospam$3/;
print unless /^Delivered-To:/i ;
}