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
10-22-2001 08:31 AM
10-22-2001 08:31 AM
fuser
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 08:37 AM
10-22-2001 08:37 AM
Re: fuser
In response to your original question, fuser allows a user to see the executables that are currently using a give file/filesystem. Not really sure what kind of security implications this might have.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 08:44 AM
10-22-2001 08:44 AM
Re: fuser
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 08:53 AM
10-22-2001 08:53 AM
Re: fuser
I would suggest looking into lsof instead for your DBAs to use. There may be security implications there as well, but nothing obvious that I can think of.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 08:55 AM
10-22-2001 08:55 AM
Re: fuser
If I were going to allow non-root users to execute fuser, I would create a wrapper which prevents executing with -k. The other answer is to load lsof; if you like you could download the source and make the command do as little as you want.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 09:05 AM
10-22-2001 09:05 AM
Re: fuser
Being a security nut, I disagree with the statement that fuser access should be restricted. One should never base their security on the lack of knowledge. I personally prefer lsof over fuser, as lsof gives useful information. Keeping information out of the hands of outsiders is one thing, restricting the productivity of admins, whether they be dba's or sa's or application administrators, is pure madness.
Look at this document to secure your server:
http://people.hp.se/stevesk/bastion11.html
and this to obtain lsof:
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/
I've had and won many arguments that if outsiders were to obtain our ip addresses then they could attack us. Well that is a crock of doo. First we protect our selves by using firewalls, routers, and bastian servers. What does having knowledge about ip's have to do with anything? Exactly, nothing!
In general, it's usually the people that know nothing about security in general, security in unix, or application security that are placed in charge of security. Why? I have no idea! Ask your admin to ease up.
harry
live free or die