Does a user have to log in to run a process and become its owner?
In general, does a user have to log in to run a process and become its owner (ruid, or euid)? Does this apply to any user or any non-root user?
For example:
In general, does a user have to log in to run a process and become its owner (ruid, or euid)? Does this apply to any user or any non-root user?
For example:
Just to understand core IDs:
recently I had to clean up a hacked server. The malicious process would appear as “who” or “ifconfig eth0” or something like that in “ps aux” output, even tough the executable was just a jumble of letters, which was shown in /proc/[pid]/status .
my chmod doesn’t work properly.
I have a script equijoin2:
I just wanted to ask whether there is any command which would work on common shells (bash, dash, kornshell)? It is supposed to check if the line variable contains any part of the path.
I have a USB device and i’m trying to create it in a way that it has 2 partitions: one for a live linux disc and the other for document storage.
I need/want to migrate from Quagga to BIRD after several Quagga hiccups, namely Quagga stopped working after updates in Stretch.
In a python script, I am creating a bunch of symbolic links chained together.