URN Logo
UNIX Resources » Linux » Linux Forum » Red Hat Linux Discussions » Page.10 » Permissions
announcement The content of this page is collected from Linux Forum, All copyrights and other associated rights are reserved by the original authors of the articles.
Resources
China Linux Forum(finished)
Linux Forum(finished)
FreeBSD China(finished)
linuxforum.com
  LinuxForum General Chat
  Linux Advocacy
  LinuxForum Polls
  Introductions
  Linux Kernel Support
  Patch Management
  Development Release
  Linux Programming
  Linux Security
  Linux Software
  Linux Hardware Problems
    Linux Video Problems
    Linux Sound Problems
  Linux Networking Support
  Linux Printing Support
  Linux Human Interface Devices Support
  Linux Data Storage Support
  Linux Applications Support
  Linux Installation Support
  Linux Laptops Support
  Linux Motherboard, Chipsets, CPU, Memory
  Miscellaneous
  Debian Linux Support
  Ubuntu Linux Support
  LiveCD Discussions
  Gentoo Linux Support
  Mandrake Linux Support
  Redhat / Fedora Linux Support
  Slackware Linux Support
  SuSE Linux Support
  CentOS Linux Support
  Linux Web Servers
  Linux DNS Servers
  Linux Database Servers
  Linux Email Servers
  Linux FTP Servers
  Linux Squid Proxy Server
  Linux Samba Help
  Linux cPanel Help
  Linux Ensim Help
  Linux Plesk Help
  Linux Webmin / Usermin Help
  Qmail Toaster Help
  Linux Games
  Windows Game Emulation
  Linux Discussions
  General Linux Discussions
  Red Hat Linux Discussions
  More Red Hat Linux Discussions
  Mandrake Linux Discussions
  Slackware Linux Discussions
  SuSE Linux Discussions
  Debian Discussions
  Samba Help
  Linux Security
  Linux Networking
  Gentoo Help
  Operating System Rant Forum
  Hardware Rants
   
Permissions
Subject: Permissions
Author: David Allison    Posted: 2005-04-27 09:42:08    Length: 808 byte(s)
[Original] [Print] [Top]
Hello All:
     The fellow who set up our LINUX file server is not available so I am
hopeful someone can point me in the right direction. We have recently moved
all of our files from our NT server to the "New" Linux server.. On all of
the workstations that are running Windows 200 Pro all is fine. I have 3 new
workstations with XP Pro and in these we are having problems with file
permissions. Somehow the files are being changed to Read Only and I am
constantly having to go into the Linux server and update permissions. Aside
from a lot of extra work for me the users are going nuts...
    My knowledge of LINUX is EXTREMELY limited. We are running Redhat Fedora
with a KDE interface.

TIA

David

[Original] [Print] [Top]
Subject: Permissions
Author: Dany Damaj    Posted: 2005-04-28 00:32:32    Length: 1,576 byte(s)
[Original] [Print] [Top]
Hello,
I never had this problem but I'm studying at the university of computer
science and I know that there are some shell scripts who can change
permissions automatically for all the files in a directory AND in its
"under" directories. It's probably possible to find such scripts. The shell
script will be a file that you simply launch and who will change recurcively
all of the permissions.


"David Allison" [davida@churchinthefarms.com] a écrit dans le message news:
VVObe.137157$vL3.58524@bignews4.bellsouth.net...
QUOTE
Hello All:
The fellow who set up our LINUX file server is not available so I am
hopeful someone can point me in the right direction. We have recently
moved
all of our files from our NT server to the "New" Linux server.. On all of
the workstations that are running Windows 200 Pro all is fine. I have 3
new
workstations with XP Pro and in these we are having problems with file
permissions. Somehow the files are being changed to Read Only and I am
constantly having to go into the Linux server and update permissions.
Aside
from a lot of extra work for me the users are going nuts...
My knowledge of LINUX is EXTREMELY limited. We are running Redhat
Fedora
with a KDE interface.

TIA

David



[Original] [Print] [Top]
Subject: Permissions
Author: BearItAll    Posted: 2005-04-28 09:15:13    Length: 2,234 byte(s)
[Original] [Print] [Top]
On Wed, 27 Apr 2005 11:42:08 -0400, David Allison wrote:

QUOTE
Hello All:
The fellow who set up our LINUX file server is not available so I am
hopeful someone can point me in the right direction. We have recently
moved all of our files from our NT server to the "New" Linux server.. On
all of the workstations that are running Windows 200 Pro all is fine. I
have 3 new workstations with XP Pro and in these we are having problems
with file permissions. Somehow the files are being changed to Read Only
and I am constantly having to go into the Linux server and update
permissions. Aside from a lot of extra work for me the users are going
nuts...
My knowledge of LINUX is EXTREMELY limited. We are running Redhat
Fedora
with a KDE interface.

TIA

David

This is likely to be one of two problems.

I suspect that the areas you are talking about are shared areas. For
example /home/sales in which case it is likely to be a group rights
setting.

Alternatively, MS seems to have a thing where if it can not properly
determine what the rights should be, it makes a peculiar half choice. Some
users might of seen this if they have mapped a drive partition to their
own XP home directory. MS gives you a read only that sometimes even the
admin account can not do anything with. This is wrong of cause, if it
can't determine what the rights should be, it should give none.

I'm going to point you to another post I did on the mandrake news group,
in the thread I went through adding a new hard drive, then in another post
in the same thread I went through permissions and samba including the
likely problems with MS Win machines connecting to it.

The google search, in the groups part is,

mandrake bearitall bios hd fdisk

Oh, and tell your bosses to take better care of their IT staff, then they
wont leave you stranded :))

[Original] [Print] [Top]
Subject: Permissions
Author: Dungeon' Dave    Posted: 2005-04-28 16:00:57    Length: 1,107 byte(s)
[Original] [Print] [Top]
begin  not.binary!

And David Allison [davida@churchinthefarms.com] confused OE posters
with...
QUOTE
Hello All:
. Somehow the files are being changed to Read Only and I am
constantly having to go into the Linux server and update permissions.

If you are "sharing out" the files using SAMBA, there's an option to
state what permissions the files/directories should take when being
written.

Check /etc/samba/smb.conf (or thereabouts) on the old server, comparing
configs between this and the new server.

QUOTE

David

--
"He takes the things you gave to me.
And even in the coldest place, I'm just an empty space."

[Original] [Print] [Top]
Subject: Permissions
Author: Martin Riddle    Posted: 2005-04-29 19:47:35    Length: 1,206 byte(s)
[Original] [Print] [Top]
This sounds like the Samba Create mask is not set properly.
What is in the Samba.conf file?

"David Allison" [davida@churchinthefarms.com] wrote in message news:VVObe.137157$vL3.58524@bignews4.bellsouth.net...
QUOTE
Hello All:
The fellow who set up our LINUX file server is not available so I am
hopeful someone can point me in the right direction. We have recently moved
all of our files from our NT server to the "New" Linux server.. On all of
the workstations that are running Windows 200 Pro all is fine. I have 3 new
workstations with XP Pro and in these we are having problems with file
permissions. Somehow the files are being changed to Read Only and I am
constantly having to go into the Linux server and update permissions. Aside
from a lot of extra work for me the users are going nuts...
My knowledge of LINUX is EXTREMELY limited. We are running Redhat Fedora
with a KDE interface.

TIA

David



[Original] [Print] [Top]
« Previous thread
Need help with cdrecord on a DVD
Red Hat Linux Discussions
Page. 10
Next thread »
Apache Documentroot rh9
     

Copyright © 2007 UNIX Resources Network, All Rights Reserved.      About URN | Privacy & Legal | Help | Contact us
Powered by FreeBSD    webmaster: webmaster@unixresources.net
This page created on 2007-08-01 12:18:23, cost 0.027587890625 ms.