home..

Diff Between Dup And Dup2

Table of contents

dup과 dup2


심볼릭 링크 거는 법

/usr/bin/grep : No such file or directory 이런 에러가 발생한다면,
ln -s /bin/grep /usr/bin/grep으로 심볼릭 링크를 걸어주자.
Usage: ln -s [원본 파일] [바로 가기] original <- copy라 생각하자!


이건 뭐지

$> ./a.out /bin/ls "|" /usr/bin/grep microshell ";" /bin/echo i love my microshell
error: cannot execute /usr/bin/grep
i love my microshell
GREP (standard input): input/output error

파이프 잘못 연결해서 그런 거 같은데… 확실하진 않음.

명령어 실행하기 전에 ulimit -u 30 먼저 실행해보기. 파이프 누수 따져보자.


reference

https://reakwon.tistory.com/104






© 2023 objectio   •  Powered by Soopr   •  Theme  Moonwalk