IPC -> file. socket
find는 현재 디렉토리 및 그 하위 디렉토리들까지 포함
history에 남는 내 명령오 기록들
bash-> .bash_history
csh-> .history
아직 파일로 기록이 안남았다 로그아웃할때 남는다.
memory버퍼로 history는 남아있는 것이다.
로그아웃하기 전에 set history 0 을 주어야 증거 안남겠지!
or history -c
!! 바로 앞에실행한 명령어
!-2 2개 전에 실행한 명령어
history
!9
!echo 자동완성
^ls^touch
앞에 ls가 touch로!
command & ->1번 job이 되서 백그라운드로 돌아간다
fg -> foreground로 돌아온다
다시 bg-> ctrl z
fg %1
fg %2
nice -9 39103(process num)
cpu할당을 많이!
vi /usr/include/signal.h
ctrl z suspend
ctrl d -> EOF shell에서는 logout
nohup logout해도 계속 돌아감
ls -aslL 링크를 따라감!
ls -aslR 서브디렉토리까지 보게됨
echo "ls -asl `find /usr/bin -type l | head -10`" | mutt -s "2016320016김희연" sonysame@naver.comecho "ls -asl `find /usr/bin -type l | head -10`" | mutt -s "2016320016김희연" sonysame@naver.com
echo "ls -asl `find /usr/bin -type l | head -10`" | mutt -s "2016320016김희연" sonysame@naver.com