crontab -e 하면 에러가
작성자 정보
- 아웅이 작성
- 작성일
컨텐츠 정보
- 1,793 조회
- 0 추천
- 목록
본문
이렇게 나오네요..
fstat64(5, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
fork() = 13853
wait4(-1, /bin/sh: line 1: /tmp: is a directory
[WIFEXITED(s) && WEXITSTATUS(s) == 126], 0, NULL) = 13853
write(2, "crontab: "/tmp" exited with stat"..., 39crontab: "/tmp" exited with status 126
) = 39
unlink("/tmp/crontab.13852") = 0
exit_group(1) = ?
중간에 보면
connect(3, {sa_family=AF_UNIX, path="/var/run/.nscd_socket"}, 110) = -1 ENOENT (No such file or directory)
stat64("cron", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
open("/etc/cron.allow", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/cron.deny", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/localtime", O_RDONLY) = -1 ENOENT (No such file or directory)
open("cron/root", O_RDONLY) = -1 ENOENT (No such file or directory)
write(2, "no crontab for root - using an e"..., 41no crontab for root - using an empty one
) = 41
fstat64(5, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
fork() = 13862
wait4(-1, /bin/sh: line 1: /tmp: is a directory
[WIFEXITED(s) && WEXITSTATUS(s) == 126], 0, NULL) = 13862
write(2, "crontab: "/tmp" exited with stat"..., 39crontab: "/tmp" exited with status 126
) = 39
unlink("/tmp/crontab.13861") = 0
exit_group(1) = ?
이렇게 인데요.
저런 파일들이 없어서 그런건지...
휴
봐도 뭔 내용인지 모르겠네요..ㅠㅠ
관련자료
-
이전
-
다음