HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- why diff in permissions (SLE vs RHEL)
Operating System - Linux
1827889
Members
1596
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-21-2008 12:25 AM
04-21-2008 12:25 AM
why diff in permissions (SLE vs RHEL)
in SLE(SUSE Linux Enterprise), all of the .ko files(/lib/modules/kernel-version/kernel/drivers/net)
have -rw-r--r-- permissions. while in rhel, all of the .ko files also have execute permission. i.e -rwxr--r--
from SLE(10 SP 1):
# cd /lib/./.././net/e1000/
# ls -l
-rw-r--r-- 1 root root 187976 May 18 2007 e1000.ko
from RHEL(AS 4 update 5):
# cd /lib/./.././net/e1000/
# ls -l
-rwx-r--r-- 1 root root 140964 Apr 21 2007 e1000.ko
i.e in short under SLE root user doesnt have execute permission on .ko(module)files, while under rhel root does have execute permission on all of the .ko file.
why is the difference ? which one is appropriate ? or which one is un-necessary ?
Regards
Maaz
have -rw-r--r-- permissions. while in rhel, all of the .ko files also have execute permission. i.e -rwxr--r--
from SLE(10 SP 1):
# cd /lib/./.././net/e1000/
# ls -l
-rw-r--r-- 1 root root 187976 May 18 2007 e1000.ko
from RHEL(AS 4 update 5):
# cd /lib/./.././net/e1000/
# ls -l
-rwx-r--r-- 1 root root 140964 Apr 21 2007 e1000.ko
i.e in short under SLE root user doesnt have execute permission on .ko(module)files, while under rhel root does have execute permission on all of the .ko file.
why is the difference ? which one is appropriate ? or which one is un-necessary ?
Regards
Maaz
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2008 01:34 AM
04-21-2008 01:34 AM
Re: why diff in permissions (SLE vs RHEL)
hi Maaz,
First of all, you should always compare like with like. SLE and RHEL are different flavours of linux operating systems and there are some resources that are implemented differently.
>why is the difference ? which one is appropriate ? or which one is un-necessary ?
does not really apply.
On our RHEL systems, it is similar to yours:
[root@srv1 net]# ll e1000
total 228
-rwxr--r-- 1 root root 224304 Sep 20 2005 e1000.ko
[root@srv1 net]#
i.e. -rwx-r--r-- (or 744)
As mentioned previously, it is recommended not to tweak these properties.
kind regards
yogeeraj
First of all, you should always compare like with like. SLE and RHEL are different flavours of linux operating systems and there are some resources that are implemented differently.
>why is the difference ? which one is appropriate ? or which one is un-necessary ?
does not really apply.
On our RHEL systems, it is similar to yours:
[root@srv1 net]# ll e1000
total 228
-rwxr--r-- 1 root root 224304 Sep 20 2005 e1000.ko
[root@srv1 net]#
i.e. -rwx-r--r-- (or 744)
As mentioned previously, it is recommended not to tweak these properties.
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2008 06:39 AM
04-22-2008 06:39 AM
Re: why diff in permissions (SLE vs RHEL)
Kernel modules are not "executed", so it doesn't matter if that permission bit is set or not. The difference is probably just a packaging or standards decision. There is no reason to change any of them.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP