Ubuntu :: File (group) Permission Dont Work As Expected

Feb 4, 2011

Well, this is a problem that keeps on coming, and I never found a solution: Maybe it is just me misunderstanding how it should work, but:

1) do you confirm that, as a member of the group "fuse", I should be able to read the file?
2) of course, I could change the permission of the file, or read it as sudo, but sometimes this is not possible. how to achieve it then?

View 7 Replies


ADVERTISEMENT

Ubuntu :: Share File Permission \ Some One Copy Their File In This Folder The Permission Is Marked As "no Group" "no Owner"?

May 18, 2011

I'm using ubuntu 11.04, I'm having some problem of ownership while sharing folder/files. to share i change the folder share option:1. Share this folder, then followed by 2.allow others to create and delete files in this folder3. guest access.Now if someone in my local network edit any file and save it, it gets locked. if some one copy their file in this folder the permission is marked as "no group" "no owner". and they get unaccessible to me. i tried doing chown <user> <folder> but it says Operation not permitted. Now how i can possibly share my folder on local network so that they can be edited by others without getting locked down , if they copy files i can able to modify them.

View 2 Replies View Related

General :: Set Permission Type On A File To A Particular User In A Group?

Jan 20, 2011

i want to set permission type "write" on a file to a particular user in a group of users ( not all users in that group). chown is changing a user to root , but i want to set say permission of "write" only to a user 1 in group staff which contains 10 users 1 , user 2 ...user 10.

View 3 Replies View Related

Server :: Saving A File Removes The Group Execute Permission?

May 23, 2011

Here are some example files that are shared through samba:

-rwxrwx--- user1 group1 file1.txt
-rwxrwx--- user1 group1 file2.txt

When user2 (who is also a member of group1) edits file2.txt the permissions change:

-rwxrwx--- user1 group1 file1.txt
-rwxrw---- user2 group1 file2.txt

user1 then has issues opening the file. This also goes for new files that are created (they are missing the group execute permission).

I have set the option "create mask = 0770" in my smb.conf. Without this set, permissions default to something like -rwxr--r--

View 1 Replies View Related

Ubuntu Security :: Dont Seem To Be Able To Get Permission To Move Files Though?

May 19, 2011

Just installed Lubuntu on my lappy having had Ubuntu 10.04 in the past and liked it. I dont seem to be able to get permission to move files though?I open LXTerminal and have tried the commands:Sudo nautilusgksudo nautilus
gksu nautilusBut still I cant drag drivers into the driver folder? (/usr/lib/xorg/modules/drivers)

View 1 Replies View Related

CentOS 5 Server :: HTTPD - Forbidden Dont Have Permission To Access /index.html?

Mar 3, 2010

Basicly just installed a fresh version of Cent OS 5.4 with apache httpd installed automaticly during the installation. The http daemon is running and when navigating to localhost i get the welcome cent os apache page thingy. The problem is when i put an index.html file in /var/http/www then try and navigation to localhost I get a 403 forbidden error.

View 2 Replies View Related

General :: Secondary Group Users Need To Change File Permissions Of Primary Group Files?

Oct 19, 2009

i want secondary users can able to change the files permissions of primary group?user MAC is having www as a primary and httpd as secondary group. But he want to change the file permissions (chmod) httpd group files. Is it possible or not? I think its not possible. If it`s possible then let me know how?

View 3 Replies View Related

General :: Group Member Not Able To Write To Group's File?

Feb 8, 2011

I have a group (GROUP) with a number of users. I recently added a new user (NEW). NEW is able to read but not write group files, whereas all the other users in the group can read and write to the group files. The permissions for the group files indicate that all members of group should have write permission -rwxrwxr-x

/etc/group indicates that NEW is a member of GROUP
...
GROUP:x:501:GROUP,OLD,OLD2,OLD3,OLD4,....,NEW

[code]....

Don't know if it matters, but both OLD and NEW write to the GROUP files over an internet connection. why NEW can't write to GROUP files? Is there a maximum number of members in a group that I might have exceeded?

View 2 Replies View Related

Networking :: Permission / Group After Sshing Into Box

Nov 4, 2010

I've got a problem with groups on linux (slackware). I'm trying to ssh from one computer into another to do some work, but I'm running into permission issues.

If I do the work locally as a user
If I do the work with ssh as root
If I do the work with ssh as a user ;(

Both computers are mine. (By locally, I mean physically sitting by that computer logging in the normal way.) When I log in locally as a regular user I'm a member of the following groups: 'users floppy audio video cdrom' But when I ssh into the same computer, being the same user, I'm only a member of the group: 'users'

Q1. What gives? Where/How can I change this?

Q2. Also, where do linux/slackware store the group information? According to /etc/group I'm only member of 'users'. Where does it keep the info that I belong to 'users floppy audio video cdrom'?

View 2 Replies View Related

Ubuntu :: WUSB600N Dont Work On 10.10?

Mar 27, 2011

i have a big problem to get my linkysy WUSB600N Wireless N Adapter to work . I have try it with the packages but don't work .

View 1 Replies View Related

Ubuntu Servers :: Group Permission On Dir And Files For Apache

Mar 5, 2011

Me and 2 others are working on a website (Bob, Mike, and Joe). We made a group called developers and each of us are in the developers group. The Apache server runs as www-data. When we upload files, the file owner is the users name and the group is "developers".

/etc/group has the following

Code:
www-data:x:33:
bob:x:1000:
mike:x:1001:

[Code]....

I have always just set everything to 775 and just called it good. Well I don't want to wake up to a Russian political message plastered all over the site. It's time I do things properly.

View 3 Replies View Related

Slackware :: Can't Change The Group Permission For The Folder

Jan 13, 2010

I've installed slax6 onto an ext3 partition and setup a users account, i've also just managed to mount some virtualbox shared folders which are working and i can access them fine. The problem is I cannot seem to give limited user accounts access to them. root can access them no problem! but right clicking and changing the permissions do nothing, because once I click apply, reopen the menu, the changes have reverted. I've tried chmod'ing them.. chmod o=rwx /mnt/folder I used 'o' because I can't seem to change the group permission for the folder. The shared folder I am mounting is formatted in NTFS and the other in ext3, I can't change the permissions of either.

View 5 Replies View Related

General :: Remove Group Write Permission?

Oct 22, 2010

How would i write a command that can find all the objects under the etc directory that have group write permission enabled and have not been accessed in the last X days. This is what i got from internet souce but i m not able to modify it according to my distribution. find /etc -perm -0070 -a -mtime +X ! -type l?print Here is the exact statement from link i m referring to.

[Code]..

View 3 Replies View Related

Ubuntu :: Keyboard Dont Work In Terminal-tty?

May 1, 2011

True terminal is: ctrl + alt + F1-F6, F7 to exit if you don't know what i mean by using true terminal term. My keyboard work everywhere else.

View 3 Replies View Related

Ubuntu Security :: Group Permission - Access Privileges On Several Folders

Jul 9, 2010

I have a problem access privileges on several folders like this one

Code:

It clearly says that I have owner and group read write and search (it's a directory) privileges.

I login as user master part of group events

Code:

But I can't access the folder (Permission denied).

View 9 Replies View Related

Ubuntu :: No Write Permission Even Though User Is Member Of Folder Group?

Oct 29, 2010

I'm having an odd problem (although I'm probably missing something obvious to a non-semi-newbie):I have a directory used for samba shares which is owned by user fred, a system user which the windows clients on my network authenticate with to access the shares. I, roger, want to access the directories without having to put my 'sudo boots' on every time, so I made the directory group users and added roger to that group, and changed the file/folder modes from 0755 to 0775.However I still do not have write permissions inside the directory; I still seem to be considered 'other' and hence only have read and execute.

View 6 Replies View Related

Ubuntu :: Gksudo Doesn't Work As Expected

Oct 7, 2010

I am running following command- $ gksudo ./myscript

It doesnt do anything. If i run sudo, then it works perfectly fine.

View 4 Replies View Related

General :: Group Control - Read & Write Permission ?

Dec 21, 2010

I have a file the owner is root:root ( mode is 644 ), I want to release read & write permission to a non root user ( eg. admin_usr ), I tried to create a specific group ( eg. ADM ) and release it to root user and admin_usr ( by adding this users to ADM in /etc/group ) , but it is not work, if preserve the file mode to 644 , is it ok? how to do it if I want to have read & write permission in my case ?

View 5 Replies View Related

Networking :: Configure VPN But It Dont Want To Work?

Jun 18, 2010

I try to configure VPN but it dont want to work.

This is scheme:
Code:
10.10.1.90 <--> externalIP1 <--> MY external IP
My /etc/ipsec.conf where I type setkey -f
Code:
cat /etc/ipsec.conf
flush;
spdflush;

[Code]...

View 1 Replies View Related

Ubuntu Multimedia :: Samsung IPOD YP T10 Dont Work On 9.10?

Feb 13, 2010

My samsung ipod yp-T10 works fine on windows but it does not on ubuntu.I have not installed any software to run it on ubuntu except there is Rythmbox and it does nothing when i scan the removable media.Whenever i try to open the music folder of my ipod it gives this error:The folder contents could not be displayed.orry, could not display all the contents of "Music": Failed to get file list: -8: Fixed limit exceeded.

View 9 Replies View Related

Ubuntu Networking :: WINDOWS And WN111v2 Dont Work?

Jun 22, 2010

I had a sweet one in windows that came with my WN111v2 that did what i needed. Now that WINDOWS and my WN111v2 dont work i need two things.

1 a good USB adapter that will work with 2. a good wireless utility that is easy to install. I work out of my van and often have time to get online but not if its a pain in the A$$. wardriving, leeching, parasite, whatev you wanna call it. I call it passing my free time at work.

View 2 Replies View Related

Ubuntu :: Gnome-settings-daemon Does Not Work As Expected?

Oct 28, 2010

I just installed Ubuntu 10.10 on a brand new HP EliteBook 8540w with an Nvidia card. To get the machine to work at all I have to use the proprietary nvidia driver. The downside is that when I use this driver gnome-settings-daemon seems to crash when I start the machine which results in a ugly theme. To fix this I have to run the following command:

Code:
sudo gnome-settings-daemon

After this the theme is re-applied. If I try to run gnome-settings-daemon as my regular user I get the following messages:

Code:
** (gnome-settings-daemon:2187): WARNING **: Failed to acquire org.gnome.SettingsDaemon
** (gnome-settings-daemon:2187): WARNING **: Could not acquire name

[Code]...

View 1 Replies View Related

General :: Give Directory Permission To A Group And Not Specific User?

May 26, 2010

I'm trying to do something like thisi created a group called www and made this group the owner of the directory/var/www/htmlso i can read and write to it.of course I've add my self to this group, but it seems i can't read and write.the syntax i used was something like chown :www /var/www/html.didn't workonly when i used chown samurai:www /var/www/html i could finally could create new file.the reason i don't want to specify the user name is because I'm thinking of a scenario when i need to give permission to a large group of ppl and don't want to do it user by user.

View 5 Replies View Related

General :: How To Remove Rwx Permission For Group And Other Users For All Hidden Files

Nov 29, 2010

How would i remove rwx permission for group and other users for all hidden files (except . and ..) inside /root using a one line command.

View 4 Replies View Related

CentOS 5 :: Find - Mtime Does Not Work As Expected On Files?

Dec 1, 2010

I have some files on server with the date several months ago, but invisible for `find -mtime 7` search. When I list them as `ls -l` they look perfectly normal:
-rw-r--r-- 1 root root 347253 Jun 12 16:26 pedia_main.2010-06-12-04-25-02.sql.gz
-rw-r--r-- 1 root root 490144578 Nov 24 16:26 gsmforum_main.2010-11-24-04-25-02.sql.gz
"find -mtime" does not work as expected on files with different timezones?

View 3 Replies View Related

Ubuntu Installation :: User Interface Looks Basic And Multimedia Buttons Dont Work

Aug 12, 2010

I updated Lucid yesterday, and when I restarted the user interface was changed to a more simple feeling display. This makes me think I'm stuck in a "basic" mode or something. I attached a screen shot, but to give you an idea ill describe some issues. For one thing the minimize buttons are now on the right. The volume control, which used to appear on the top right of the screen, is gone and my multimedia volume control buttons on my Inspiron 1420 no longer work. Furthermore, the command terminal is now white and the keyboard shortcuts for copy and past don't work.

Immediately after updating I also got an error message at login (which also appears different and gives options on bottom of screen like gnome Failsafe) which said something like "gnome default power management installed incorrectly...". I followed the advice of a forum thread that involved the purge command and that seemed to remedy that message.

View 1 Replies View Related

Ubuntu Networking :: Broadcom Drivers Dont Work Fully On Lenovo ThinkCentre?

Aug 14, 2010

I just bought a brand new Lenovo ThinkCentre A70z (All in One). Today I installed Ubuntu 10.4 32bit version, Here are the problems I encountered.1) Ubuntu didn't recognize my Broadcom Wifi Card by default, all though the drivers are there on the DVD, it seems to be blacklisted.my hardware details are :02:00.0 Network controller [0280]: Broadcom Corporation Device [14e4:4357] (rev 01)Subsystem: Broadcom Corporation Device [14e4:04da]I managed to activate the drivers.the drivers I am using are :

a) Package : bcmwl-kernel-source
Installed Version : 5.60.48.36+bdcom-0ubuntu3
b) Package : bcmwl-modaliases

[code]....

View 1 Replies View Related

Programming :: C++ - Snprintf - Inside - For - Doesn't Work As Expected. - Int To Char

Aug 30, 2010

I need to convert an int array into a char* array.

I'm using the following code:

Code:

But it returns me

Code:

View 14 Replies View Related

General :: Permission Denied When Accessing VirtualBox Shared Folder When Member Of The Vboxsf Group

Jul 7, 2011

I'm running Ubuntu 11.04 (guest) on Windows 7 (host) with the guest additions installed. I have an auto-mount folder that maps to my D: drive on the host which I can access using sudo ls /media/sf_D_DRIVE - however, even when my user (ross) is a member of the vboxsf group I get a permission denied error when attempting to explore it. I have restarted since adding my user to the vboxsf group.

This should work because I am a member of the group (which has rwx rights), so why doesn't it?

ross@panther:~$ ls -l /media
total 8
drwxrwx--- 1 root vboxsf 8192 2011-07-03 22:24 sf_D_DRIVE
ross@panther:~$ ls -l /media/sf_D_DRIVE/
ls: cannot open directory /media/sf_D_DRIVE/: Permission denied

[Code].....

View 1 Replies View Related

Fedora Installation :: Update The New Nvidia Drivers Since Dont Seem To Work In The Newer Kernel?

Jul 7, 2011

I was trying to update the new nvidia drivers since they dont seem to work in the newer kernel, or to try to fix it but now when i run yum update I get a screen like this:

Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
kernel-uname-r = 2.6.38.3-18.fc15.i686.PAE is needed by (installed) kmod-nvidia-2.6.38.3-18.fc15.i686.PAE-1:270.41.06-1.fc15.i686

[Code]...

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved