dxuranus
2006-Jul-24 10:12 UTC
[CentOS] how to bind a process to root priority and return to a unroot user
i login with nuroot user id and want to run a process(like listen port under 1024) which only root priority allowed,what can i do(set_uid can't do this). thanks for any help!
Alexander Dalloz
2006-Jul-24 13:56 UTC
[CentOS] how to bind a process to root priority and return to a unroot user
dxuranus schrieb:>i login with nuroot user id and want to run a process(like listen port >under 1024) which only root priority allowed,what can i do(set_uid >can't >do this). >thanks for any help! >Is this a daemon process which shall run every time you boot? Then write a chkconfig compatible init script to be placed inside /etc/init.d/. If you just want to test something you might run su - nohup <process> exit Alexander
Maybe Matching Threads
- [Fwd: How to listen port under 1024 with non-root user]
- kenrel 2.6.4 patch for fixing warning of smbfs on high gid/uid
- mount ntfs file system
- [Bug 2091] New: scp hangs while copying a large file and being executed as a background process ( with nohup )
- can i setup a dns name server in my localmachine?