FG

Change EUID of running process

Fresh3 days ago
Mar 15, 202619676 views
Confidence Score0%
0%

Problem

On Linux, how can I change EUID of running process from command line (provided I have root access)?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Change EUID of running process

Low Risk

If the process is running with root-privileges, you could attach gdb to the process and call seteuid from within that process. Example:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment