Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (2)

0
votes
2answers
69 views

Lotus Notes - Clear cache of sent group email

I have been having an issue for a while now and no one has been able to figure out how to solve it. Our team's group email address is one of the cached email addresses in my Lotus Notes 8.5 (shows up ...
1
vote
2answers
95 views

More Linux permissions questions

I've read countless articles on the topic and searched through every question and answer I could find without any luck. I'm slowly going mad so I'm turning to you guys since I know the answer to my ...
3
votes
3answers
84 views

Linux: groups vs. groups username

Does anybody know why the linux command groups shows a different output than groups username The logged in user is the same as the parameter username. Example: ...
0
votes
1answer
70 views

Altering the Windows 7 grouping thumbnail preview

I like the windows 7 grouping behaviour for multiple similar windows, except when I have multiple Explorer windows open. In this case, showing thumbnails of each open explorer window is next to ...
0
votes
0answers
38 views

Create another skype group with the same chat members

Currently I cannot clone a Skype group so as to discuss separate topics. It keeps coming back to one old group. Do you know how to?
0
votes
1answer
236 views

vboxusers group missing after virtualbox installation

I try to install VirtualBox in my machine. I ran sudo apt-get install virtualbox-ose-qt from the universe package. At the end of the installation the tutorial I'm following is highly recommending to ...
0
votes
1answer
56 views

Self hosted group email solution (like yahoo or google groups)

Are there any solutions out there that you can host yourself that provide similar functionality to yahoo and google groups? Users must be able to communicate exclusively via email, but optionally ...
0
votes
1answer
89 views

Rename user's group name

I just did usermod -l login-name old-name to change the username, but the group name is still the old one. Any way of renaming the group name? I can't find any info to do so.
0
votes
0answers
60 views

share a folder with group, without admin rights

I work with my colleagues with ubuntu on a nas. We are part of the same group. We want to share a folder. So I added write groups of the folder chmod g+wX folderpath. Unfortunately, when one of us ...
0
votes
0answers
64 views

FreeBSD file group write permissions

I have created a dummy file just to test out group permissions. touch /path/test.txt chown user1:txtwriter /path/test.txt chmod 664 /path/test.txt && ls -la returns: -rw-rw-r-- 1 user1 ...
0
votes
1answer
74 views

Skype recorder with speach to text recognition?

I need a Skype conversations recorder with 2 features: 1. Group meetings recording. 2. Speech to text recognition. Does anybody knows about such software?
0
votes
1answer
267 views

How to add LDAP user to existing local group in RHEL?

I'm attempting to add some of our LDAP users to a locally defined group on our RHEL server, however I get an error stating that the LDAP user is not found in /etc/passwd. What would be the best way ...
1
vote
3answers
86 views

How to determine the user and group of a deamon in Ubuntu?

How can I check the user and group for the nginx daemon in Ubuntu? Or what's the syntax to find the user and group for a deamon running in Ubuntu?
0
votes
0answers
68 views

Deploying Printers with Group Policy Server 2008

I'm receiving the following error when I try to deploy a printer through group policy in Windows Server 2008. Any help would be appreciated...
1
vote
1answer
189 views

How do I group rows in a spreadsheet and keep them together after sorting?

I have a spreadsheet with the information set up as such: ORDER PLU/Recipe # Name/Desc Components 2 27905 CINNAMON CRUMB CAKE SQUARES 2.01 ...
0
votes
1answer
43 views

How do I get shows to group together in iTunes?

This issue only happens with downloaded seasons on iTunes. For instance, if 5 out of 10 shows in a particular season are available for download (the rest haven't aired), the first five will be ...
0
votes
0answers
83 views

skype group call/screen sharing late participants

We have the following problem. We use Skype for group calls and sometimes share the screen. The problem is that not all participants are participating on time so some of them try to call to the ...
0
votes
0answers
62 views

Tab groups usage in firefox without addons

There's such feature in firefox such as tab groups. The problem is that they are not constant - if I close on tab from the tab group it's lost forever. Is it possible to save all the tabs in one ...
2
votes
1answer
49 views

Giving group indicators in Excel 2007 a name rather than numbers

This is a question relating to Excel 2007 - Can you give groups names? Is there any way of giving the grouping indicators a name rather than using 1, 2, 3 etc?
0
votes
2answers
108 views

Forcing group and permissions for created file inside folder?

I need that for the folder /var/www when my user testuser creates a file the permissions are g+rwx and the files belong to the group www-data Any idea of how could I do that ? Cheers. EDIT: I'm ...
1
vote
1answer
102 views

What are the User Groups assigned to administrator accounts in Windows Vista Home Basic?

Windows Vista Home Basic does not have the local groups pane. How how can I tell what groups my user account is a member of? I need to know so I can build an unattended installation, what group(s) ...
1
vote
1answer
50 views

Linux groups for standard user

I have recently migrated to Slackware from Debian. I have done this for the purpose of learning, as such, I have a question. I have looked at the list of groups available on my system via less ...
1
vote
1answer
65 views

Unix User Group or Sudo/Su

I am in a situation where I have to chose between unix user groups or sudo to tackle an issue. To give some background, A Linux app is installed as user X. The installation copies some scripts and ...
0
votes
1answer
152 views

Group permissions for apache

I've run into a problem with Joomla. . . it cant create new folders through the Admin UI. It's a standard permissions error. I've been told to chmod all of the folders in the site to 777. Is ...
0
votes
2answers
121 views

giving read and write access to group and folder

Say I have a group called mygroup and I want it to have a permission of rwx (777) to the folder /var/www . How do I do this? What is the appropriate command to do this in ubuntu?
1
vote
1answer
53 views

Grouping data in Excel 2007

I have one column the many, many dates (mm/dd/yyyy) in MS Excel. in another column I have the total sales from that day. ex. column A $50 $75 $100 Column B 09/10/11 08/08/08 ...
1
vote
1answer
122 views

How to get ACL to allow group to have permission to folder

I'm a little confused on how to get this working. I have ACL working and I need to create two goups: github-total: group that the users in that group have permissions to the folder "/var/git" to ...
1
vote
1answer
115 views

Is it possible to create groups of objects in Access 2010 forms?

I have a form with 3 option buttons, and about 50 labels, textboxes, and buttons. Is there a way I can group some of these objects so that way when I select an option, some of the objects get disabled ...
2
votes
1answer
360 views

Change default mount group of USB drive in ubuntu

I have a shared, family computer which has USB drives attached to it. Multiple users can be logged in, that sort of thing. All of the users have been added to "Access external storage devices ...
1
vote
2answers
318 views

Permissions: Why do I always have to type 'sudo' before every command?

I'm editing theme files in a wordpress site owned by www-data:www-data as my main user 'oma'. Every time I create a file or edit one, I have to use the sudo command and it gets created as root:root. ...
1
vote
2answers
306 views

Running Apache as a different user

When I run the ps -efH command to list out all the process, I can see Apache running as root and seems to have sub-processes running as www-data. Here's the excerpt: root 30117 1 0 09:10 ? ...
0
votes
1answer
13 views

Directory Group Issue?

I have a directory that needs to be owned by nginx user and I need to access it via other users in order to add/edit/delete files in it. So I created a group called www and added both then chgrp -R ...
2
votes
2answers
58 views

Easy way to share a changing email group listing?

I have a group of friends and acquaintances that participate in a periodic activity during lunch hours at work (for example getting together to play cards, or a game of soccer, etc). The problem is ...
0
votes
0answers
22 views

Chart from groupings

Given such a spreadsheet: col1 | col2 | col3 -----+------+---- alfa | foo | 10 beta | foo | 20 gamma| bar | 12 delta| bar | 42 I'd like to generate a chart grouping values from col2 and ...
0
votes
1answer
248 views

Secured excel sheet cannot expand/collapse grouped columns

We have an Excel spreadsheet with a secured/protected sheet. Only a small number of cells are open for editing. Now that it is protected, we cannot expand or collapse the columns in that sheet ...
1
vote
1answer
55 views

Can we group items other than firefox in the desktop taskbar?

I want to group some unneccesary items such as explorer into a group so that I can close them once and for all. But this grouping option also group firefox( for some reason I always use 2 seperate ...
1
vote
1answer
201 views

user and group ids scrambled when using NFS

I'm using nfs to mount the folder /mirror from a server onto a node. This works, except on the node the user and group are displayed as "4294967294". On the server: ls -al ./ displays -rw-r--r-- ...
0
votes
3answers
314 views

Adding root to a group

I am not new to Linux, but there's this strange behaviour I'm seeing on my Fedora 15 box. I want to add the superuser to a group called, say, thisgroup. # usermod -a -G thisgroup root # groups # root ...
2
votes
2answers
229 views

My account is in administrators group, but doesn't honor permissions for administrators group on remote share?

I am on a home network and not using a domain controller. My username is in the administrators group and I have UAC turned on. I have a share on a network computer that has certain rights for users of ...
3
votes
2answers
125 views

Why is the output from `groups` different from `groups user` if Im currently logged in as user?

Im not sure why the following have different output. My understanding is that groups without specifying a user give all the groups the currently logged in user is a member of. jacob@box:~$ groups ...
1
vote
2answers
294 views

Why shouldn't I use spaces in Lotus Notes user group names?

My company uses Lotus Notes and Active directory. Our Lotus Notes groups used to have spaces in them. Recently, our IS department has switched to using underscores instead of spaces in the group ...
4
votes
3answers
5k views

List all members of a group (Mac OS X)

I've tried Googling but not getting anywhere. How can I list all the members of a group called mygroup from the command-line in OS X? $dscl . list /groups will get me all the groups...but how can i ...
0
votes
1answer
440 views

Send mail to selected persons from group in Louts Notes

I want to send mail to particular friends from the group I created. I think that i saw a feature where lotus notes displays the list of members from that group and we select which we want to include. ...
1
vote
2answers
261 views

Grouping Emacs Buffers

Is it possible to create buffer groups in Emacs, to better organize large numbers of buffers? For instance, say I'm working on multiple branches of a software project. I may have opened separate ...
8
votes
4answers
2k views

Reload a Linux user's group assignments without logging out

When assigning a user's secondary group list using: # usermod -G <grouplist> <user> is it possible to force this group assignment to take effect without logging out all running ...
1
vote
1answer
382 views

Desktop Background Group Policy - Windows XP, SBS 2008

I'm applying a desktop background via a group policy on user's PC's. It works fine on most, except for two PC's on which the desktop background is only applied to 1/5th of the background. The rest of ...
0
votes
1answer
543 views

Adding an unlisted group in Mac OS X

I accidentally removed the "staff" group from a set of folder permissions and I have no idea how to get it back. Is there a way to get it back, and if so how?
0
votes
1answer
145 views

Changing the group to nogroup in Mac OS X

I'm trying to change the group of several files in Mac OS X using the group nogroup: chown my_user:nogroup file.txt Problem is that it does not change at all, although the nogroup is currently ...
0
votes
1answer
1k views

Windows - Use Local Service and/or Network Service account for a windows service

I've created a window's service that monitors files on a specific directory on our Windows OS. When a file is detected, the service does some file I/O, reads the files, creates sub-directories, etc. ...
0
votes
1answer
210 views

Lock users in a directory

File structure: I have a VPS running Debian OS and would like to create user accounts on it. I want it so that when the user logs in with FTP, everything in var appears to be their home directory ...

1 2