Questions tagged [superuser]

This tag does NOT refer to the Super User SE site. Use to distinguish those acting with top/high level admin system privileges from other users.

190 questions
-2
votes
1 answer

Change file ownership by being a sudoer

let's say that we have this situation : -rwxrwx-w- 1 user1 mygroup 0 Sep 12 16:53 testfile Can a sudoer change this file ownership ? does he have to be a sudoer on command chown or on file ?
Elias
  • 89
  • 10
-2
votes
2 answers

Allow an unprivileged user to run a certain command

Does anyone know how to allow an unprivileged user to run a certain command as a sudo? I want a user to run sudo ./exec.o , where exec.o is an executable that has to be run as a superuser. All of this will be executed in Ubuntu.
Fils
  • 1
  • 2
-2
votes
1 answer

Android app root permission?

I want to use "su" in my app but here is some problem Code: String command[]={"su","-c","ls /data/data/package.name/databases"}; My phone not root, but My APP need root permission. Problem is : Is my phone need root? Is this possible? Not root…
Peanut0wO
  • 23
  • 1
  • 5
-2
votes
1 answer

cannot detach from SSH secure shell by "ctrl+A+D"

I am new to SSH secure shell I run a code in a linux server by my PC windows base. Previously when I used "ctrl+A+D", I could be detached from the server and the computation continued no matter what in the server. Now, when I type "ctrl+A+D", I get…
-2
votes
1 answer

django can't create superuser

I want code a blog with Django. Default User model is not suitable for my blog, I want to code my own User. from django.contrib.auth.models import AbstractBaseUser, BaseUserManager from django.db import models class MyUserManager(BaseUserManager): …
Koo
  • 49
  • 1
  • 4
-2
votes
1 answer

SSRS error. Browser doesn't load

I want to run SSRS reports on Internet Explorer browser. Link I use is http://ServerName/Reports/Pages/Folder.aspx?ViewMode=List But when I run it, it doesn't load, it stays for a while as if it is loading. What can be the reason? Reports in browser…
rakamakafo
  • 1,144
  • 5
  • 21
  • 44
-3
votes
1 answer

the random port initiates the TCP request

the random port initiates the TCP request between two server programs on centos 6.8. # netstat -an|grep 6001 tcp 0 0 0.0.0.0:6001 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:52470 …
borey
  • 5
  • 3
-3
votes
1 answer

Doubts on the meaning of superuser in Ubuntu?

What is the difference between a superuser and a root user?
Mosab Shaheen
  • 1,114
  • 10
  • 25
-4
votes
1 answer

VA interface (Computer Program) not connecting with Virtual Yoke (Android App)

I installed VA Interface v2.22.1.11622 on my computer and downloaded the Virtual Yoke app on my android smartphone. When I open the VA Interface control panel it is marked active and it declares that it is connected to FSX Steam Edition. When I open…
1 2 3
12
13