Displaying 2 results from an estimated 2 matches for "softcomponent".
2010 Mar 03
3
how to open a tcp port?
Dear All
On my CentOS , I want to open tcp port 4965 but my server does not contain
/etc/sysconfig/iptables . Can you please let me know how to open this port ?
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100303/382ba4aa/attachment-0002.html>
2010 Jan 22
5
Add /sbin to sudo PATH
Hello,
Does anyone have an idee how to add /sbin to the sudo $PATH environment?
Adding /sbin to .bashrc $PATH isn't really what I want...
I'd like sudoers to be able to run:
$ sudo chkconfig
And not:
$ sudo /sbin/chkconfig
Thanks
Sam