Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Okay. (Score 1) 338

It's a difference of nomenclature, and I don't really need a lesson on managing systems, as that's been my field for quite some time. System level accounts are just that, built in. You can, however, have application accounts, and they are still users.

Running production software out of /home/bob is bad. Running it out of /opt/software/versionX/bin/foo with a link back to /opt/software/bin is good. You can make /opt/software a home directory.

Plus one for root creating the files/configs so the user has the ability to execute, but not modify beyond perhaps some sudo rights. Unfortunately, politics often screws that up, and an exception is filed, accepted, and never read.

Slashdot Top Deals

Remember, UNIX spelled backwards is XINU. -- Mt.

Working...