process 관련 명령
특정 이름 프로세스 찾기# ps -ef | grep sshd 프로스세 죽이기#kill [pid] 강제로 죽이기#kill -9 [pid]
- ▶ 이전글/Linux
- · 2018. 3. 13.
copy command : cp -r src_dir1 dest_dir2
cp -r src_dir1 dest_dir2
- ▶ 이전글/Linux
- · 2018. 1. 22.
mv - 폴더 이동 명령
mv [option] source destmv [option] source directory
- ▶ 이전글/Linux
- · 2017. 12. 14.