Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
PLEASE HELP!! No matching processes belonging to you were found
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="tvaughn92" data-source="post: 1208691" data-attributes="member: 196436"><p>ok so im trying to write a script in Terminal that keeps you from being able to open a particular application. </p><p></p><p>Here's the script:</p><p></p><p>#!/bin/bash</p><p>while [ true ]; do</p><p>killall iChat</p><p>done</p><p></p><p>When I run the script I get a message that says "No matching processes belonging to you were found". What does this mean and how do i fix it?</p><p></p><p>Also I would like to run this script in bash so that when I killall Terminal it will continue to run, but when I killall Terminal the whole script stops working.</p><p></p><p>Please help ive been searching for hours with no answer. Thanks</p></blockquote><p></p>
[QUOTE="tvaughn92, post: 1208691, member: 196436"] ok so im trying to write a script in Terminal that keeps you from being able to open a particular application. Here's the script: #!/bin/bash while [ true ]; do killall iChat done When I run the script I get a message that says "No matching processes belonging to you were found". What does this mean and how do i fix it? Also I would like to run this script in bash so that when I killall Terminal it will continue to run, but when I killall Terminal the whole script stops working. Please help ive been searching for hours with no answer. Thanks [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
PLEASE HELP!! No matching processes belonging to you were found
Top