콘솔창의 메세지는 html로 출력해 줄 수 있나요?

idlms의 이미지

여기서 많은 정보 얻어가는 리눅스 초짜입니다..^^

제가 궁금한건 콘솔창에 명령어를 입력을 하였을 때 나오는 메세지들을 html로 출력해줄 수 있나요?
예를 들어...df를 명령했을 때..

Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hda2             10317860   1697080   8096660  18% /
/dev/hda1               101089      9360     86510  10% /boot
/dev/hda6             61076224   2529788  55443888   5% /home
none                     95336         0     95336   0% /dev/shm
/dev/hda3              5162828     65340   4835228   2% /var

이런 메세지가 출력이 되었다면 이 메세지들을 html로 출력할 수 있는지 궁금합니다.
html로 직접 출력할 수 없더라도 파일로 이런 내용을 저장할 수 있는 방법이 있다면 가르쳐 주세요~

참, 그리고 웹에서 리눅스 콘솔에 명령을 줄 수 있는 방법이 있나요?
예를 들어 html에서 "용량확인"이란 버튼을 클릭했을 때, 리눅스에서는 df란 명령을 실행하는 것이죠..
결국...위의 것과 연결이 되네요..^^

정리 : html에서 버튼을 눌러 df를 실행시키고 나오는 메세지를 html로 뿌려주는 것..

아시는 분 꼭 답변 부탁합니다~!
참, 그리고..검색하기가 참 힘드네요..-0-;;

noohgnas의 이미지

http://linuxchannel.net/devel/sysinfo.php

위와 같이 나오는 것을 말씀하는 것인지요?

Quote:
[PHP]시스템 정보를 출력하는 PHP 스크립트
http://ftp.linuxchannel.net/devel/sysinfo.tar Tarball
http://ftp.linuxchannel.net/devel/README.txt 관련정보
http://www.linuxchannel.net/devel/sysinfo.php 데모(적용 예) [2003.10.28]

라는 설명과 함께 http://linuxchannel.net/ 산이님 홈페이지에 있습니다.


----
I think, therefore I am.

jenix의 이미지

bash 를 cgi 로 서버에서 인식하게 하면 됩니다..

예로..

#!/bin/sh

echo "Content-type: text/html"
echo ""

cat <<EOF
<html>
    <head><title> test </title></head>
    <body>
    <center>
    <pre>
EOF

df

cat <<EOF
    </pre>
    </center>
    </body>
</html>
EOF

저렇게 df.cgi 를 만들어주고 불러와주시면..

브라우저에서 df 내용이 가운데에 출력되겠죠.

p.s. 헤더 빼먹어서 수정 =3=33 태영옹 감사 흐흐

---------------------------------------------------------------------------
http://jinhyung.org -- 방문해 보세요!! Jenix 의 블로그입니다! :D

idlms의 이미지

감사합니당..^^
noohgnas님께서 알려주신 자료..깔끔하게 잘 나오네요..^^
그리고 jenix님께서 알려주신 내용은 제가 직접 해봐야겠습니당..
너무 감사해요~ ^^*

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.