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-27-2004 06:59 PM
05-27-2004 06:59 PM
Crash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 07:19 PM
05-27-2004 07:19 PM
Re: Crash
I imagine if you have user write permission on /dev/kmem for example and you write a load of random muck to it, the system would crash.
Or simply, haveing user write permission on / and doing an rm -r probably wouldn't do the system much good either.
Generally speaking though it isn't too easy for a non-root user to crash the system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 10:23 PM
05-27-2004 10:23 PM
Re: Crash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 10:57 PM
05-27-2004 10:57 PM
Re: Crash
For steps how to assign points see:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 11:19 PM
05-27-2004 11:19 PM
Re: Crash
However, there are other things a user can do. You can persuade some root owned process to crash the system or at least render it useless. For example any user can flood an http port with lengthy requests to bring a server to its knees if the system doesn't protect against it.
Maybe you have some software that is installed that runs as root and it loads a data file and does some work with it. Any user with access to the software could perhaps add incorrect data to the datafile, perhaps by mistake, and if the software isn't written too well the result might be a crash or an inoperable system.
The point is, that kernel crashes themselves are very rare but there are a million other ways to bring a system down.