4

This question was prompted by a comment left on another question pointing to this article.

What Is Clean Code?

I was thinking about how that sentiment can be applied to shared resources (servers, etc).

What are some of the ways you've found that work to ensure that when others use a shared server they clean up after themselves?

  • Delete files / folders after one time use (after a fix or upgrade)
  • Leave the desktop clean of crap
  • Don't install software that they can use on their desktop
  • Don't create filesystem shares not needed for the solution

Yes, this applies mostly to a windows server environment, in a team of developers + support staff of about 25.

I know there are a few ways to tackle the problem, so what have you found that works?

gnat
20.5k29 gold badges117 silver badges308 bronze badges
asked Oct 26, 2010 at 21:11

1 Answer 1

2

The problem is very similar to "dirty toilet" problem. The classic approach is a shield "please leave the cabin in a condition in which you would like to find it" (forgive me my poor English).

Combining this with a simple monitoring/mailing scripts should work fairly well.

answered Oct 26, 2010 at 21:19
1
  • Thanks, I like the idea of the monitoring scripts. Setup a set of "allowed" folders/files and then alert after 24 hours (or so) for stuff outside that. :) Commented Oct 26, 2010 at 21:22

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.