Linux2009. 11. 20. 13:49
#include <sys/param.h>
#include <libutil.h>

struct pidfh *pidfile_open(const char *path, mode_t mode, pid_t *pidptr);
int pidfile_write(struct pidfh *pfh);
int pidfile_close(struct pidfh *pfh);
int pidfile_remove(struct pidfh *pfh);

[링크 : http://fuse4bsd.creo.hu/localcgi/man-cgi.cgi?pidfile+3]


데몬들은 서비스 관리를 위해서 pid 파일을 가지고 있다.
이녀석은 열어 보면, 단순하게 pid를 %d 로 출력한 내용뿐인데,
일일이 열어서 읽고, atoi 돌리기 귀찮아서 검색을 해보니 pidfile 이라는 함수 패밀리가 있었다.

음. 그런데 die.net에 없는거 보면.. 표준 함수는 아닌건가?
FC6에도 존재하지 않는 함수 -ㅁ-

사족 : 음.. 아마도.. Linux가 아니라 Freebsd Man page 라서 인가?
Posted by 구차니
Linux2009. 11. 18. 16:03
if [ -f filename] 으로 파일의 유무를 확인할 수 있다.
물론 그 파일이 존재한다 하더라도 깨어진 심볼릭 링크라면 없는 파일로 나온다.
.. 당연한건가?

$ cat broken_link.sh
#/bin/sh
if [ -f test ]
then
        echo test exist
else
        echo test not exist
fi

$ ls -al
total 60
-r-xr-xr-x 1 morpheuz dev   71 Nov 18 15:37 broken_link.sh
lrwxrwxrwx 1 morpheuz dev    2 Nov 18 15:36 test -> tt

$ ./broken_link.sh
test not exist

$ touch tt
$ ls -al
total 60
-r-xr-xr-x 1 morpheuz dev   71 Nov 18 15:37 broken_link.sh
lrwxrwxrwx 1 morpheuz dev    2 Nov 18 15:36 test -> tt
-rw-rw-r-- 1 morpheuz dev    0 Nov 18 15:40 tt

$ ./broken_link.sh
test exist

[링크 : http://freeos.com/guides/lsst/ch03sec02.html]

'Linux' 카테고리의 다른 글

ps - Process Status  (2) 2009.11.20
pidfile family - pidfile_open, pidfile_remove, pidfile_write, pidfile_close  (0) 2009.11.20
리눅스 셸스크립트 튜토리얼  (2) 2009.11.17
Fedora Core 12  (0) 2009.11.17
UVC - USB Video Class  (0) 2009.11.17
Posted by 구차니
Linux2009. 11. 17. 18:15
원본은 링크가 깨진듯 하고, 어딘가에 pdf 버전이 돌아다니길 기원하며
좀 더 찾아봐야겠다 ㅠ.ㅠ

[링크 : http://freeos.com/guides/lsst/index.html]

'Linux' 카테고리의 다른 글

pidfile family - pidfile_open, pidfile_remove, pidfile_write, pidfile_close  (0) 2009.11.20
쉘 스크립트에서 파일 존재유무 확인하기  (0) 2009.11.18
Fedora Core 12  (0) 2009.11.17
UVC - USB Video Class  (0) 2009.11.17
tree  (0) 2009.11.16
Posted by 구차니
Linux2009. 11. 17. 09:32

2009년 11월 18일에 나올 예정이라는데
벌써 FC12 라니 ㄱ-

간만에 FC11 받을려다가.. 내일 FC12 나오면 내일 받아야겠다 -ㅁ-


[링크 : http://fedoraproject.org/ko/index]

'Linux' 카테고리의 다른 글

쉘 스크립트에서 파일 존재유무 확인하기  (0) 2009.11.18
리눅스 셸스크립트 튜토리얼  (2) 2009.11.17
UVC - USB Video Class  (0) 2009.11.17
tree  (0) 2009.11.16
설치하지 않은 rpm에 포함된 파일의 내용 보기  (0) 2009.11.04
Posted by 구차니
Linux2009. 11. 17. 00:49
요즘 웹캠보면 UVC라고 많이 나오길래 먼가 해서 봤더니 USB Video Class 라고 하며,
WinXP SP2 이후 부터, 그리고
리눅스 커널 2.6.26 이후 부터 포함되어 있다고 한다.

결론은 리눅스라도 UVC 지원된다고 광고하는 웹캠은
신형 리눅스에서는 무리없이 사용이 가능할 듯 하다.
(UVC 웹캠 + ffmpeg으로 DVR 구축?!)

[링크 : http://linux-uvc.berlios.de/]
[링크 : http://en.wikipedia.org/wiki/USB_video_device_class]

'Linux' 카테고리의 다른 글

리눅스 셸스크립트 튜토리얼  (2) 2009.11.17
Fedora Core 12  (0) 2009.11.17
tree  (0) 2009.11.16
설치하지 않은 rpm에 포함된 파일의 내용 보기  (0) 2009.11.04
mount() 이용하기 - mount cifs using mount()  (2) 2009.10.22
Posted by 구차니
Linux2009. 11. 16. 10:49
$ tree --help
usage: tree [-adfgilnpqrstuxACDFNS] [-H baseHREF] [-T title ] [-L level [-R]]
        [-P pattern] [-I pattern] [-o filename] [--version] [--help] [--inodes]
        [--device] [--noreport] [--nolinks] [--dirsfirst] [--charset charset]
        [<directory list>]
    -a          All files are listed.
    -d          List directories only.
    -l          Follow symbolic links like directories.
    -f          Print the full path prefix for each file.
    -i          Don't print indentation lines.
    -q          Print non-printable characters as '?'.
    -N          Print non-printable characters as is.
    -p          Print the protections for each file.
    -u          Displays file owner or UID number.
    -g          Displays file group owner or GID number.
    -s          Print the size in bytes of each file.
    -D          Print the date of last modification.
    -F          Appends '/', '=', '*', or '|' as per ls -F.
    -r          Sort files in reverse alphanumeric order.
    -t          Sort files by last modification time.
    -x          Stay on current filesystem only.
    -L level    Descend only level directories deep.
    -A          Print ANSI lines graphic indentation lines.
    -S          Print with ASCII graphics indentation lines.
    -n          Turn colorization off always (-C overrides).
    -C          Turn colorization on always.
    -P pattern  List only those files that match the pattern given.
    -I pattern  Do not list files that match the given pattern.
    -H baseHREF Prints out HTML format with baseHREF as top directory.
    -T string   Replace the default HTML title and H1 header with string.
    -R          Rerun tree when max dir level reached.
    -o file     Output to file instead of stdout.
    --inodes    Print inode number of each file.
    --device    Print device ID number to which each file belongs.
    --noreport  Turn off file/directory count at end of tree listing.
    --nolinks   Turn off hyperlinks in HTML output.
    --dirsfirst List directories before files.
    --charset X Use charset X for HTML and indentation line output.


tree는 트리 구조로 보여주는 녀석인데, 기본적으로 Recursive 하게 디렉토리를 검색해서 보여준다.
그렇기 때문에 사용하기가 조금은 귀찮았던 녀석인데, directory depth를 제한 할 수 있는 옵션이 있었다.

$ tree -d -L 1

이라고 입력하면 현재 위치의 디렉토리만 보여준다.(하위 경로까지 타고 들어 가지는 않음)

[링크 : http://linux.die.net/man/1/tree]

'Linux' 카테고리의 다른 글

Fedora Core 12  (0) 2009.11.17
UVC - USB Video Class  (0) 2009.11.17
설치하지 않은 rpm에 포함된 파일의 내용 보기  (0) 2009.11.04
mount() 이용하기 - mount cifs using mount()  (2) 2009.10.22
execl()로 mount 실행하기 - samba  (2) 2009.10.14
Posted by 구차니
Linux2009. 11. 4. 17:07
rpm2cpio [packagename.version.arch.rpm] | cpio -t
rpm -qlvp [packagename.version.arch.rpm]

[링크 : http://kldp.org/node/40043]
[링크 : http://kldp.org/node/29027]

[링크 : http://linux.die.net/man/1/cpio]
[링크 : http://linux.die.net/man/8/rpm2cpio]




일단 rpm이 출력은 더욱 빠르고, rpm2cpio | cpio -t  방법은 조금느린 느낌이 든다.

'Linux' 카테고리의 다른 글

UVC - USB Video Class  (0) 2009.11.17
tree  (0) 2009.11.16
mount() 이용하기 - mount cifs using mount()  (2) 2009.10.22
execl()로 mount 실행하기 - samba  (2) 2009.10.14
gnash - GNU SWF player  (0) 2009.09.23
Posted by 구차니
Linux/Ubuntu2009. 11. 2. 01:10
업데이트 관리자에서 상단의 업그레이드를 누르면 9.10 으로 업그레이드를 한다.

이러한 릴리즈 정보도 뿌려주고


머.. 이런 단계로 넘어가기도 하고


912M를 다운받는 엄청난 용량 -ㅁ-
아무튼 받고 지우고 알아서 잘~한다

총 업그레이드 소요 시간
다운로드 대략 15분 / 설치 1시간 / 삭제 20분 정도
대략 1시간 30분

근데 한글.. 어쩔?


일단 사용하는 컴퓨터 사양은
P4-2.66Ghz / 512MB / 내장 그래픽 / EIDE 80GB 하드

아무튼 메모리가 적어서 인지 모르겠지만
부팅시에 10초 잡아 먹는 것을 제외하고도
1분 30초 가량 부팅에 소요되고(하드 멈출때까지)
종료에는 10초 정도 소요된다.

Posted by 구차니
Linux/Ubuntu2009. 11. 2. 00:57
예전 draco 님의 블로그에서 보고 졸라서 알아낸 정보인데


상단의 패널에 이런식의 온도 정보를 넣고 쓰시길래 물어 봤더니...
기본 기능이라고 하시길래 찾아 봤다.

아무튼, 저 빈칸에서 우클릭 - 패널에 추가를 해주면 되고
적당한 것을 골라서 넣어주면 된다.

Computer Temperature Monitor나
Hardware Sensors Monitor를 선택해주면 위의 화면과 같이 패널에 추가된다.



Posted by 구차니
Linux2009. 10. 22. 13:10
$ man 2 mount
       #include <sys/mount.h>

       int mount(const char *source, const char *target,
                 const char *filesystemtype, unsigned long mountflags,
                 const void *data);

       int umount(const char *target);

       int umount2(const char *target, int flags);

mount의 형태는 저따구인데.. 알흠답지 못하다...
아무튼 cifs를 마운트 하기 위해서는 "-o user=userid,password=userpw" 라는 옵션이 들어가는데
mount() 함수에서 사용하려니.... 오잉? 가변인자가 아니다 ㄱ-

몇번 실험해보니
"-o"를 제외하고 나머지 값을 data에 넘겨주면 된다.


$ mount -t cifs -o user=userid,password=userpw \\serverip\share /mnt/samba

mount("\\serverip\share", "/mnt/samba", "cifs", 0, "user=userid,password=userpw");
로 대치하여 사용하면 된다.

[링크 : http://linux.die.net/man/2/mount]

'Linux' 카테고리의 다른 글

tree  (0) 2009.11.16
설치하지 않은 rpm에 포함된 파일의 내용 보기  (0) 2009.11.04
execl()로 mount 실행하기 - samba  (2) 2009.10.14
gnash - GNU SWF player  (0) 2009.09.23
/ 는 root // 는?  (0) 2009.09.22
Posted by 구차니