혹시 linux with(으)로 찾으셨나요?
블로그
- [노트 필기] 리눅스에 대해 알아보자. 18. 시스템 관리 c. 사용자와 대화(users,wall,write), 계정인증 Talking to Users users wall write whoami pwd wall Pleae logoff, This system is coming down for maintenance , Ctrl + D users write spiderman Hi, spider, your web is getting biggier.
- COW 가 아니라 Copy On Write process나 thread를 생성할 때 메모리를 새로 할당해 주고 기존 영역에 있는 것을 copy해야 하는데 copy하지 않고 원본 메모리를 그대로 Copy-on-Write : Linux(Unix)에서는 자식 프로세스(child process)를 생성(fork)하면 같은 메모리 공간을 공유하게 된다.