- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- users can create/rm/touch files/directories by the...
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
06-02-2004 03:50 AM
06-02-2004 03:50 AM
users can create/rm/touch files/directories by themself?
My users constantly ask me to do things like create/rm/touch files or directories under quite a few user owned directories, and further more, they oftenly make these type of requests as urgent ones, and page me even in the middle night.
But, the thing is directories they wanted me to create/rm files on are owned by themself(owned by the application id and grouped by application group), so they have full access to these directories, and all these jobs can be done by themself.
Should I ask them to do these by themself, and what is the appropriate tune I should use when I ask them do by their own?
Thanks!
Please advice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 04:00 AM
06-02-2004 04:00 AM
Re: users can create/rm/touch files/directories by themself?
"ummm .. I typed rm -r under my home directory, now I can not find my files"
and you know if your users are not aware of the unix commands' power, sooner or later this is going to happen.
File/directory creation should be handled by users themselves but deletion is a different matter.
Another way to do this is to alias the rm command to rm -i
alias rm="/sbin/rm -i"
and you can put this into /etc/profile which will make it effective for all the users, which will force them to confirm every each file they want to delete.
Also, if this is a operating standart in your organization, I would ask for more manpower to assist with after hour requests. Getting waken up in the middle of the night to create or delete files/directories, does not constitute an emergency in my books but it is different for everyone. On the funny side, it provides job security I presume :)
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 04:01 AM
06-02-2004 04:01 AM
Re: users can create/rm/touch files/directories by themself?
It may take a bit a training, but it sounds like you are getting called in for stuff they should be able to handle, and you could use the sleep.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 04:03 AM
06-02-2004 04:03 AM
Re: users can create/rm/touch files/directories by themself?
I think users will be excited to know they are "privileged" and "authorized" and they can perform the tasks using those "privileges"...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 04:10 AM
06-02-2004 04:10 AM