Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #37.0K
3 Posted Topics
find /path/to/search -type f -perm XXX Where XXX = 775 for example. read = 1 write = 2 execute = 4 each section, user, group, and world (or other) has these 3 attributes.
ps -ef | grep truecomp | awk '{print $2}' is the usual way.
I doing a proof of concept script to automate getting a field from ps. Currently, the script takes 2 imputs and I'm almost there but cannot get awk to recognize $2. I want to invoke it like this: #./script init 2 (search for init and get PID). Obviously, $2 to …
The End.
sbecker