- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /dev/kmem permissions
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
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
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
тАО11-06-2001 07:51 AM
тАО11-06-2001 07:51 AM
/dev/kmem permissions
When starting the Oracle report server process, it receives a permission denied error trying to open /dev/kmem as read-only. Is it okay to change permissions on this file to allow "other" to have read access?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2001 07:54 AM
тАО11-06-2001 07:54 AM
Re: /dev/kmem permissions
crw-r----- 1 bin sys 3 0x000001 Apr 23 2001 /dev/kmem
but, if you want to add read for everyone, go for it.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2001 07:55 AM
тАО11-06-2001 07:55 AM
Re: /dev/kmem permissions
It's a huge security issue to give read access to the memory! It basically allows anybody to access anything stored there.
Did you make a standard installation of Oracle (user: Oracle.dba)? This should have been handled by the installation process, but oracle has problems using non-standard user names...
Jean-Charles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2001 08:28 AM
тАО11-06-2001 08:28 AM
Re: /dev/kmem permissions
i don't have any system which gives any permission
to the world for /dev/kmem
the permission are:
crw-r----- 1 bin sys 3 0x000001 Nov 27 2000 /dev/kmem
I don't think it is a
good idea to give even read
permission for this file.
kmem is the kernel memory
and only system-mode process
will have access to "poke"
it.
Check your oracle install
again. I havent come across
a case where oracle needs
access to kmem directly.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2001 08:31 AM
тАО11-06-2001 08:31 AM