I have userA and userB who start processes:
userA@server:~$ ./some_command.sh &
[1] 30889
I then have a web app running as userC that manages those processes (suspending, resuming, terminating, and killing).
How can I give permission to userC to do this?
For security I want to avoid giving userC root privilege.
I have complete control over userC.
Project svn.abcproject.loc
userA # password :: 12s7889056
userB # password :: 4RT2g46677
userC # password :: 65U2347899
Folder Structure
/images :: accessible by userA + userB
/code :: accessible by :: userB
/documents :: accessible by :: userC + userB
Is that possible by SVNServer?
I'm trying to fully grasp the concept of setuid and setgid, and I'm not quite sure in what way permissions are actually elevated.
I'm new to ecryptfs and I need some clarification on how it works.
Suppose there are two root users userA and userB, If I mount some folder under userA:
[userA@Dev] $ mount ecryptfs real img
now I can visit the img folder to access decrypted data.
My questions is:
While userA is still in log in state. Can userB login and access the decrypted data?
i have many users, suppose userA, userB, userC,userD,userE
i want to add them all in a group name USERS in a single command.
Thanks
Normally we know when we create one file in Linux, the file's owner and group will set with the creator.
When I use dm-tool to lock the screen for userA, I can log in as userB and then use dm-tool to switch back to userA's session without having to enter a password. Is that the expected behavior? If not, how should I switch from A to B without leaving user A exposed?
userA$ dm-tool lock
--> Shows Greeter.
Normally we know when we create one file in Linux, the file's owner and group will set with the creator.
hi,
i'm creating a little menu for some users.
i'm running the command:
Code:
du -a /apps | sort -n -r | head -n 10 | nl
i then get the top 10 files by size in the /apps directory
the output is like this:
1 101415752 /apps
2 89188064 /apps/userA
3 74521335 /apps/userA/export
4 47999710 /apps/UserB
how do I assign a these outputs to variables?
so if t