- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rresvport: bind: permission deneid(rcp for no-root...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2011 01:48 AM
03-31-2011 01:48 AM
rresvport: bind: permission deneid(rcp for no-root users)
rresvport: bind: permission deneid.
If i do it using root,it can be done successfully,anyone can help me ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2011 03:20 AM
03-31-2011 03:20 AM
Re: rresvport: bind: permission deneid(rcp for no-root users)
# ll /usr/bin/rcp
what does it say? it should be -r-sr-xr-x
If not, do
# chmod 4555 /usr/bin/rcp
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2011 09:33 PM
03-31-2011 09:33 PM
Re: rresvport: bind: permission deneid(rcp for no-root users)
i change the permission by what you said in root,and the result is :
-r-sr-xr-x 1 ngntd users 45056 2000å¹´11æ 14æ ¥ rcp
but the problem is still on , can you give some other advice?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2011 03:08 AM
04-01-2011 03:08 AM
Re: rresvport: bind: permission deneid(rcp for no-root users)
# ll /usr/bin/rcp
-r-sr-xr-x 1 root bin 150920 Feb 15 2007 /usr/bin/rcp
#
do a chown root:bin /usr/bin/rcp and it will work. It looks like someone has altered your system. The best way is to do an swverify and see what other things have changed.
# swverify \*
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2011 07:06 AM
04-01-2011 07:06 AM