Questions tagged [owner]
209 questions
1
vote
1 answer
Delete files with root ownership in Vala
I need to delete files from the cache of APT and with the functions of files that Vala provides not let me.
Someone who can give me a hand?
The code is the following:
//Compile it using: valac --pkg gtk+-3.0 --pkg glib-2.0 --pkg gio-2.0…

lozanotux
- 115
- 1
- 9
1
vote
1 answer
C++ Change Print Queue Owner
I want to know if it is possible to change the “Owner” name that is visible when you bring up the print queue to view the queued printer documents. I have a Windows Service that receives a document from a user and sends it a Windows printer, and the…

Krasher19
- 11
- 3
1
vote
1 answer
Generating a list of folders on a drive while also including the owner of them. In powershell or batch
I wanted to know if there was a way to find the users name who created a folder on a drive using Powershell or batch. I know DIR pulls up all the folders but it doesn't pull up the owner of the folders. Is there any way for me to do that, both the…

Dpw808
- 119
- 1
- 3
- 10
1
vote
4 answers
SQL Server db_owner
in my SQL2008 I have a user which is in the "db_datareader", "db_datawriter" and "db_ddladmin" DB roles, however when he tries to modify a table with SSMS he receives a message saying:
You are not logged in as the database owner or system…

andrew0007
- 1,265
- 4
- 18
- 32
1
vote
1 answer
How to get the class of a trait within an object defined in scala from within a java class?
I have a Scala object similar to the following:
object MyConfig {
@PropertyManagerSources(Array("my.properties"))
trait MyConfigOwner extends PropertyManagerConfig {
@Key("my.key")
def getSomething(): Boolean
}
This is using Owner to…

Flash Death
- 89
- 1
- 12
1
vote
1 answer
list directory and display details of each file. owner, octal permissions and filename using c
I'm trying to create a method that will do some system calls. It should display the owner of and octal code of each file. but somehow I cant get going. It displays the logged in user name as owner of each file
listContents(char * dir) {
struct…

Tad Lithuania
- 105
- 1
- 9
1
vote
1 answer
Filter Managedby Powershell
Below are my current attempts to pull AD groups whose managedby equal names like "ML...". I keep getting errors so I wanted to know why I am unable to filter managedby with "-like" when I can filter managedby "-eq $..." variables. I tried making a…

narue1992
- 325
- 2
- 6
- 20
1
vote
2 answers
Does each file need to be copied within a separate resource
I'm still getting to grips with puppet (feels like I'm drinking from a hose pipe at times) so I've attempted to keep my configuration and environment simple initially. I've started by having puppet deploy files to my clients. However, I get the…

Dan
- 27
- 5
1
vote
1 answer
Owner of a component. What exactly is this for?
I am developing an app for Windows Mobile 6 and there is a CameraCaptureDialog class that enables me to call a camera app from my own application. The class has an Owner property that most examples on the internet set to "this".
cam.Owner =…

Kornelije Petak
- 9,412
- 15
- 68
- 96
1
vote
1 answer
Wpf not all windows are maximized from taskbar
I have three windows. FirstWindow, SecondWindow and ThirdWindow. FirstWindow has button and click on this button opens the SecondWindow. Analogously, SecondWindow has button and click on this button opens the ThirdWindow. Owner property of the…

monstr
- 1,680
- 1
- 25
- 44
1
vote
3 answers
Camunda set Assignee to Owner
I'm modeling a process at a given time and want to assign a User Task to the user who created the instance of the process.
What should I put in my User Task "Assignee" field?
Thank you in advance
1
vote
2 answers
How to Fetch Owner Mobile number from SMS Inbox/Sent
I have tried to retrieve all information from SMS Inbox/Outbox of my device. But my mobile number i.e. Sender's mobile number does not seem to be stored. I am trying to get this number so that I can capture mobile number from the OUTBOX and allow…

Suren
- 93
- 1
- 8
1
vote
1 answer
Groovy -- What is the difference between this and owner
according to this this and owner seem to have the same meaning. Reading further I find that owner can refer to the enclosing class or closure. Is this the only difference? If so, why reserve an entire word just for that?

James Parsons
- 6,097
- 12
- 68
- 108
1
vote
0 answers
How to restore original owner of a database on sql server?
I am new on SQL Server. I tried to see the Database Diagram and how it works. I got an error since I am not the owner. I saw an article on how to change the ownership of the database and it works. After checking out the Database Diagram what it…

Thelma
- 101
- 1
- 3
1
vote
2 answers
Missing runtime dependencies with owner, gradle for android
I have a multi-module setup in Android Studio that consists of one pure java module that is used to communicate with an API, and one Android project that makes use of that API-module. To configure API variables such as usernames and password I use…

Coinhunter
- 83
- 1
- 9