Top "User-accounts" questions

A user account is a data object that represents a physical user of a computer system.

How to find the privileges and roles granted to a user in Oracle?

I am using Linux, Oracle10g. I have created one user called test. and granted create session and select any …

oracle security oracle10g user-accounts
How do you run CMD.exe under the Local System Account?

I'm currently running Vista and I would like to manually complete the same operations as my Windows Service. Since the …

windows-services user-accounts
Start / Stop a Windows Service from a non-Administrator user account

I have a WindowsService named, say, BST. And I need to give a non-Administrator user, UserA, the permissions to Start/…

windows-services user-accounts administrator
PHP and MySQL Select a Single Value

I'd like to know how to select a single value from my MySQL table. The table includes columns username and …

php mysql sql database user-accounts
What are all the user accounts for IIS/ASP.NET and how do they differ?

Under Windows Server 2008 with ASP.NET 4.0 installed there is a whole slew of related user accounts, and I can't understand …

asp.net security iis user-accounts
How do I completely remove root password

I am running slitaz distro, and would like to completely remove the root password. I have tried giving a blank …

linux login user-accounts passwd
powershell - list local users and their groups

I'd like to have a report with all the local users and their relative groups (users, power users, administrators and …

powershell user-accounts
How to add Sysadmin login to SQL Server?

I have installed SQL Server 2008 using Windows Authentication in my laptop for my own use. I want to add Sysadmin …

sql-server-2008 user-accounts
How to grant full permission to a file created by my application for ALL users?

The tool I develop needs to grant access rights "Full Control" to a file created by it. It needs to …

c# .net winforms permissions user-accounts
What's the easiest way to get a user's full name on a Linux/POSIX system?

I could grep through /etc/passwd but that seems onerous. 'finger' isn't installed and I'd like to avoid that dependency. …

database linux shell posix user-accounts