Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6810781
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:14:50+00:00 2026-05-26T20:14:50+00:00

I have a program that is running as root. This app calls another program

  • 0

I have a program that is running as root. This app calls another program (processA) to run. When processA is running, it is owned by root but I want owner of it to be the current user logged on. How to do it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T20:14:50+00:00Added an answer on May 26, 2026 at 8:14 pm

    Well it’s a little bit tricky… Depends if it’s a daemon (service) or you run this command/app.

    For the 2nd case you can use “su” command.
    Here’s a short example.

    1. I create o simple script with following content (it will sleep in background for 100 seconds and will output the process list coresponding to this script):

    #!/bin/bash
    sleep 100 &
    ps faux | grep test.sh
    

    2. I run the “su” command like this (I’m currently logged in as “root” and I want to run this script as “sandbox” user):

    su - sandbox -c ./test.sh
    

    sandbox = the username that will run this command.
    -c ./test.sh = means it will execute this command

    3. Output (first column = the user that owns this process):

    root@i6:/web-storage/sandbox# su - sandbox -c ./test.sh
    sandbox  18149  0.0  0.0  31284  1196 pts/0    S+   20:13   0:00                      \_ su - sandbox -c ./test.sh
    sandbox  18150  0.0  0.0   8944  1160 pts/0    S+   20:13   0:00                          \_ /bin/bash ./test.sh
    sandbox  18155  0.0  0.0   3956   644 pts/0    S+   20:13   0:00                              \_ grep test.sh
    root@i6:/web-storage/sandbox#
    

    I hope it will help,
    Stefan

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a program that's running in two different modes. I want to compare
I have a possibly long running program that currently has 4 processes, but could
I have a program that normally run till it terminates, but under some situations,
I have a C# program that is running as a CGI app in IIS
I have a Matlab program that is running longer than I'd like it to.
I have been trying to create a Ruby program that will be running online
I am looking for a method to monitor a running program that I have
I have a program in Octave that has a loop - running a function
I have an automated test running on my program that generates some large MPG
I have a python script that ends with running a program (iexpress.exe) in a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.