Questions tagged [uid]

uid refers to a string used for record keeping which is not guaranteed to be unique, but should be in the large majority of use cases.

uid stands for one of the following:

  • user identifier
  • unique identifier

References

368 questions
1
vote
0 answers

Eddystone UID in Javascript

I am trying to make an app using eddystone UID. I achieved to detect URL, but I cannot detect the UID. I tried Cordova : https://github.com/evothings/cordova-eddystone I have an estimate that is "sending" its UID. But I do not see How can I detect…
1
vote
1 answer

Fork a worker under different user with Node.js cluster module?

How to fork a worker under different user with Node.js cluster module?
Oleg
  • 22,300
  • 9
  • 68
  • 84
1
vote
0 answers

How to retain the file attributes uid and gid when copy the file from remote using Net::SFTP::Foreign module?

I am using Net::SFTP::Foreign module to copy the files from remote to some source machine and after copy operation, able to retain the file creation time and permissions except the gid and uid. After copy operation I have below attributes:…
CodeQuestor
  • 881
  • 1
  • 11
  • 25
1
vote
2 answers

Adding conditional statements in Android Manifest

I need a way to assign different Shared User ID(during installation) to the same Android App(same APK) based on the device model during installation. I couldn't find any documentation about conditional statements being supported in the manifest…
1
vote
0 answers

Why AudioDeviceID for default mic is different to AudioDeviceID obtained from UID for the same mic

Background of the issue: I get AudioDeviceID for default input mic this way: OSStatus error = noErr; AudioObjectPropertyAddress propertyAddress = {}; UInt32 propertySize; /* get default device ID */ AudioDeviceID deviceID = 0; …
1
vote
2 answers

what is UID in linux?

what is UID in linux? Wiki and other online sources say it is user ID. But what exactly is user id? The name "user id" gives me a sense that it is the user who is using the OS. Like If I have only one user, my user id should be 1. For root, I…
Sandeep
  • 18,356
  • 16
  • 68
  • 108
1
vote
0 answers

How to get all the pids of a single application (multiple processes) from the package name programmatically?

It's possible that an Android application has two or more processes. I want to know how can I get all the processes' identifier (pids) from the application's package name or uid programmatically? (I'm not very familiar with the relationships of uid…
Pan.
  • 67
  • 10
1
vote
1 answer

What's the format of a CUID in SAP BI/BO?

I'm interfacing with an SAP BI/BO server and some webservices require an input id, called "CUID" (Cluser Unique ID). for example, there's a webservice getObjectById which requires a CUID as input. I'm trying to make my code more robust by checking…
user1884155
  • 3,616
  • 4
  • 55
  • 108
1
vote
2 answers

BASH search and print user, uid, last login

With my rusty bash skills, I'm trying to do the following: Find all users that have a UID > 500 Print list of users including their username, comments, shell etc Append the last login date to each of these users So far I have this: [user1@test2…
Dave
  • 21
  • 2
1
vote
4 answers

What is the GID/UID of the system on Android?

How do I identify the number (integer value) of a particular group associated with a file? ls -l drwxr-x--x root system 2014-11-26 10:59 xyz I have managed to check that group id of root is 0. What is the corresponding number of…
Sandeep
  • 18,356
  • 16
  • 68
  • 108
1
vote
2 answers

How to write a .feature file that tests deletion by an ID that I can't control?

There is an API call like: public int deleteGroup(String groupIdentifier) throws Exception; I wrote a .feature: Scenario: Deleting an existing group (by its ID) successfully Given I am authorized And is already stored in WAAD …
csikos.balint
  • 1,107
  • 2
  • 10
  • 25
1
vote
1 answer

Pairing Request - not exported from uid 1000

I try to open a pairing dialog to a specific MAC address. BluetoothDevice device; String bt_mac = read.toUpperCase(Locale.GERMAN); device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(bt_mac); Intent intent = new…
M.K.
  • 256
  • 1
  • 6
1
vote
3 answers

Save email as draft in php

The past few days I've been trying to find out how I can save emails as drafts using php. I've created an emailaddress that uses imap (and resides on the same server). What I would like to do is to use php to create an email and store it in the…
Yorian
  • 2,002
  • 5
  • 34
  • 60
1
vote
2 answers

Relying on /proc/[pid]/status for checking another process' identity

Lately I came across the need for checking that a process with which my service interacts over IPC is privileged enough to perform certain transactions. The only information I have about the process is its pid and I am certain this pid is not a fake…
smichak
  • 4,716
  • 3
  • 35
  • 47
1
vote
1 answer

User Interface Diagram That is always reachable

If you have to build a flow of a Use-case by drawing each Interface Diagram. Then you would start with a Diagram like say "login". But after the login page, no mather wich page you choose except the "logout" page, you always have your navigation bar…
Fosa
  • 457
  • 1
  • 5
  • 17