리눅스 데비안 무한루프 어플 자동 실행 후 종료방법 문의

l5lreach의 이미지

개발보드는 AM3358를 사용하고 있으며
OS는 리눅스 데비안8을 사용하고 있습니다.

테스트를 위해 간단한 테스트 어플을 하나 만들었으며(무한루프 동작, 어플명: auto_test)

/etc/rc.local 파일에서

cd /
cd /home/test
./auto_test
를 추가하니 부팅 시 auto_test어플이 자동실행되는것을 확인하였습니다.

어플이 부팅 후 자동실행되다보니 터미널창에서 커맨드가 입력이 되지 않습니다.

부팅 후 자동실행이 되어 어플이 실행되고 있는 중에
강제로 어플을 종료하는 방법 아시는 분 댓글좀 달아주세요~

김정균의 이미지

auto_test 가 block 이 되서 rc.local 이 종료가 안되는 문제 갔네요.
rc.local 의 내용을 다음과 같이 수정하고 한번 해 보세요.

(
  cd /home/test && ./auto_test &
)
l5lreach의 이미지

위의 구문으로 바꾸니 명령어도 쳐지고 어플도 실행되는거 확인하였습니다.

혹시 차이점이 먼지 알수있을까요?

공통점은 부팅 후 어플이 실행되는것은 동일한거같고
차이점이 명령어창에 한번 입력하면 어플이 종료되는거같은데...

&& 와 &가 추가된것인데 다르게 동작하는게 궁금하네요

Hodong Kim@Google의 이미지

& 는 백그라운드로 돌리라는 거고
&& 는 논리 and 입니다.
예를 들어,
make && make install 하면
make 가 성공일 때 make install 실행되고
make 가 실패일 때 && 의 오른쪽 부분은 실행되지 않습니다.

l5lreach의 이미지

하나씩 배워가는 느낌이 참 즐겁네요

이 글과는 주제는 벗어나긴 하지만 하나 또 궁금한게
커널 시작 전 uboot은 bootloader 역할을 하는 것으로 알고있습니다.

uboot에서는 커널에서 쓰는 명령어는 적용이 안되던데

어플이 자동실행으로 설정되어있는 상태에서 uboot에 접근을 하여
자동실행을 해제하는 방법도 있는지 문득 궁금하네요

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.