Search Results

Search: Posts Made By: holocene
17,890
Posted By holocene
Ok. You all have given me some ideas. Thanks. ...
Ok. You all have given me some ideas. Thanks.
Steve.
17,890
Posted By holocene
Script to start background process and then kill process
What I need to learn is how to use a script that launches background processes, and then kills those processes as needed.

The script successfully launches the script. But how do I check to see if...
1,340
Posted By holocene
awk script error
I am getting this error:

awk: cmd. line:1: BEGIN {print "Userid Shell" }
awk: cmd. line:1: ^ syntax errorBased on this script:

#!/bin/bash
awk -F":" \
'{
BEGIN {print "Userid Shell" }...
4,517
Posted By holocene
Dr. House, I like the idea of a cron job....
Dr. House,

I like the idea of a cron job. One that was driven by a config file so that a list of directories could be specified that need the action. The action being that all files therein to be...
4,517
Posted By holocene
Here are the files that each group 'team' member...
Here are the files that each group 'team' member created.

-rw-r--r-- 1 holocene team 15 2010-05-29 14:58 myfile.h
-rw-r--r-- 1 libraryu team 0 2010-05-29 14:55 myfile.l

I think...
4,517
Posted By holocene
Shared directory permissions
I use User private groups, and have setup a new group 'team' and member users, and a shared directory owned by that group with permissions as follows:

drwxrwsr-x 2 holocene team 4096...
3,486
Posted By holocene
That was exactly what I wanted. Thanks. ...
That was exactly what I wanted.
Thanks.
Steve.
3,486
Posted By holocene
space delimited list of users in a variable
Greetings

So glad I found this forum!

I need to get a list of users in a variable so I can use "for" to iterate through them in a bash script.

I know this does not work, but I need to do...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 02:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy