The posix tag has no wiki summary.
1
vote
1answer
106 views
Setting per-directory umask using ACLs
We want to mimic the behavior of a system-wide 002 umask on a certain directory foo, in order to ensure the following result:
All sub-directories created underneath foo will have 775 permissions
All ...
1
vote
0answers
120 views
Auto set Active Directory attributes upon new User creation
I have successfully created an OpenLDAP (CentOS 6.2) to Active Directory (Windows Server 2008 R2) connection. I can login to my CentOS using an AD user.
Problem is, the AD user has to have these ...
3
votes
2answers
114 views
Do the GnuWin32 tools require the POSIX subsystem to run?
I would like to remove Posix from the Group Policy Object Computer Configuration\Policies\Windows Settings\Security Settings\Local Policies\Security Options\System settings: Optional Subsystems.
Do ...
1
vote
1answer
42 views
Including partial scripts as part of a POSIX shell
I can't get a straight answer ANYWHERE about this question.
In BASH, you can include a 'partial' script and execute it inline in the rest of your bash script with the following syntax:
...
0
votes
1answer
686 views
Linux ACL behaviour: settings the mask changes 'ls' output, but not actual permissions
It might be the time of night, but this is puzzling me. Picture the following.
[root@node1 acltest]# getfacl foo/
# file: foo
# owner: root
# group: testuser
user::rwx
group::r-x
other::---
...
5
votes
1answer
637 views
Does anyone know where a good resource for NFS4 ACLs can be found?
I am attempting to utilize NFS4 ACL's in an environment already utilizing POSIX ACL's. I've found a handful of sites on the internet that explain some technical details about NFS4 ACL's and how ...
2
votes
2answers
330 views
ionice process group?
Is there an easy way to change the I/O priority of a whole group of processes the way renice -g does? It seems like only changing the I/O priority of a single process is supported by ionice. If this ...
1
vote
1answer
161 views
ngrep Headers/Frames
Using the -x flag with ngrep causes the data portion of packets to be displayed in hex. Is there a way to also display the frames/headers as well?
2
votes
1answer
51 views
Bash build environment settings
I'm newbie in Bash and I'm using MinGW as a GCC compiler.
I have .profile in my home directory which sets building environment.
Here is .profile content.
What's a difference in commented/uncommented ...
4
votes
3answers
4k views
Can Samba support full Windows-ACLs?
I've set up a Samba 3 host with AD integration and an ACL enabled filesystem. Using a windows client I can set users and groups permissions.
Up to now, Samba just maps to POSIX ACL's rwx permissions, ...
22
votes
8answers
2k views
Secure Network Filesystems for Linux: What are people doing?
NFSv3 is widespread, but the default security model is... quaint. CIFS can use Kerberos authentication, but without POSIX semantics it's a non-starter. AFS never did encrypt traffic on the wire and ...
1
vote
2answers
158 views
time format “ls” in MacOSX
I have a Apple server, and when I use ls -alFt
output shows:
"drwxrwxrwx 267 admin www 9078 Mar 31 2010 3/"
and
"drwxrwxrwx 483 admin www 16422 Jul 9 09:58 26/"
what is ...
6
votes
4answers
2k views
What are the practical differences between Interix and Cygwin?
Both Interix and Cygwin appear to provide a Unix-like user environment in Windows. What are the practical differences between the two, in terms of, for example:
Unix-like "feel"
Performance
Package ...
3
votes
2answers
430 views
Explain why folder's permissions differ depending on HOW user is accessing server AFP vs SSH
Hoping someone can explain what is probably fairly obvious...but confuses me.
Imagine two users with admin privileges on our server (Mac OS X Server 10.5). Call them joe & bob.
both users are ...
0
votes
3answers
221 views
Monitoring and terminating a hanged process in Linux
I'm writing a script that runs many simultaneous processes that run the "dig" command. Once in a while (relatively rare, but happens in every run since I run dig many times) the dig command hangs with ...
1
vote
1answer
540 views
Give pthread_setschedparam() permissions to non-root user (linux)
How can I give a non-root user permission to execute pthread_setschedparam() to set thread priorities?
Thank you
5
votes
3answers
2k views
Specify default group and permissions for new files in a certain directory
I have a certain directory in which there is a project shared by multiple users. These users use SSH to gain access to this directory and modify/create files.
This project should only be writeable to ...
2
votes
3answers
3k views
What's the purpose of setgid directory?
I know how setgid works, but I don't know why it is designed, is there any example to illustrate what problems it solves?
1
vote
3answers
2k views
OpenLDAP & Posix Groups/Account
I'm not able to add posix users/groups to this newly created ldap directory. OpenLDAP version is 2.4.19.
The LDIF I've populated the LDAP directory is probably the problem, but I'm not sure what I ...