[CentOS] Understanding FS ACLs

2010-08-20 Thread Silviu Hutanu
I have problem understanding FS ACLs.Can someone explain me why the following behaviour occur? Let's suppose that we have a /shared directory we want to give rwx access to admins group. setfacl -m d:g:admins:rwx shared [r...@rh1 /]# getfacl shared # file: shared # owner: root # group: root user:

Re: [CentOS] Guidance on Linux Kernel/OS Programming for Beginners

2010-08-22 Thread Silviu Hutanu
g the described direction... I'll also want to do something in the direction specified Thanks, Silviu Hutanu System Administrator/Java Developer http://nepatec.de If if you look for someone to help with something ...I will be happy to help with something . On Sun, Aug 22, 2010 at 10:18

Re: [CentOS] netstat - kill by pid ?

2010-09-28 Thread Silviu Hutanu
Hi , You can use this: kill -9 `netstat -antp|grep 8080|grep java|awk '{ print $7 }'|cut -d'/' -f 1` But if had to do the same thing I would search in the running processes instead using netstat, anyway you can extract the pid in the same way. Silviu On Tue, Sep 28, 2010 at 7:14 PM, Carlos S

Re: [CentOS] difference between stickybit SUID and SGID

2010-07-09 Thread Silviu Hutanu
bit (Ensuring that users cannot delete other users files in a directory) SUID : chmod u+s file GUID: chmod u+g dir Sticky bit: chmod u+f file/dir Best regards, Silviu Hutanu -- Nepatec Soft SRL - it consulting & software N. Titulescu 4 500010 Brasov, Romania

[CentOS] 2X app server alternatives

2010-07-18 Thread Silviu Hutanu
Does anyone know any oss alternatives to 2x aplication server ? Regards, Silviu Hutanu ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] KVM iptables rules

2010-07-24 Thread Silviu Hutanu
after restarted the machine that tool appended the rules once again ... so now I have double entries for kvm rules. Does anyone know how can I block this mysterious tool to append rules in my tables ? Kind Regards, Silviu Hutanu ___ CentOS mailing list

Re: [CentOS] KVM iptables rules

2010-07-25 Thread Silviu Hutanu
In this way I will disable the virtual NIC's , but I steel need networking :) . I just want to get rid of the iptables rules inserted at boot by libvirt tools. On Sun, Jul 25, 2010 at 8:25 AM, aditya hilman wrote: > On Sun, Jul 25, 2010 at 2:20 AM, Silviu Hutanu > wrote: > >