- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- owner of /opt/ssh folder
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
Forums
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
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
05-15-2003 02:06 AM
05-15-2003 02:06 AM
I have installed HP-UX SSH A.03.10.002 in default folder /opt/ssh.
But owner of this folder has id (104), in my system this is common nonprivileged user,
there is possibility for this user to delete the folder.
Knows someone couse of the ownership?
Regards.
Frantisek.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 02:13 AM
05-15-2003 02:13 AM
Re: owner of /opt/ssh folder
The owner has all the permissions on the folder.
What about the files beneath the folder?
Does it show the username or just 104?
If it shows 104,then it means like the user id deleted from the system whose UID was 104.
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 02:19 AM
05-15-2003 02:19 AM
Re: owner of /opt/ssh folder
and group users(103)
Frantisek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 02:44 AM
05-15-2003 02:44 AM
Re: owner of /opt/ssh folder
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 03:17 AM
05-15-2003 03:17 AM
Re: owner of /opt/ssh folder
I have installed five SSHd on four servers with 11.0 and one 11.11 and all installation were installed as root, on all systems is owner of folder /opt/ssh user with id 104.
But almost of files in folder have owner bin:bin, only files like README, LICENSE etc. have this owner too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 03:58 AM
05-15-2003 03:58 AM
Re: owner of /opt/ssh folder
Check your passwd files for errors.
pwchk - see man
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 04:34 AM
05-15-2003 04:34 AM
Solutionyou do tar tvf T1471AA_A.03.10.002_HP-UX_B.11.00_32+64.depot |
grep "104/20" you'll find that uid 104 gid 20
is already there.I would change it to bin:bin
755.These files aren't executable anyway.
Regards
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 04:53 AM
05-15-2003 04:53 AM
Re: owner of /opt/ssh folder
Frantisek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 05:19 AM
05-15-2003 05:19 AM
Re: owner of /opt/ssh folder
Everyone that will install ssh (the official one) will have this problem. The files are taken into archive with user 104. You should change it manualy to root:root using :
chown -R root:root /opt/ssh
If you still want to use ssh, then don't delete the dir :)
Another problem is slowness, what will occur in 11.00, if this is the case please let me know, as there is a very easy fix for.
Regs David