superuser server utility 점검 파일 좀 봐주세요
작성자 정보
- 장원준 작성
 - 작성일
 
컨텐츠 정보
- 2,497 조회
 - 0 추천
 - 목록
 
본문
superuser server utility
문제점 보고에 다음과 같은
내용이 몇일전부터 나오는데
이게 뭔지 몰라서 여러 고수님 들 한테 의견을 물어 봅니다.
해킹 당한 건가요?
아래 메세지는 뭘의미 하는건지 아시는분 알려주세요.
감사 합니다.
** rc.sysinit 에 수상한 프로그램 발견  
 action $"Mounting local filesystems: " mount -a -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2 -O no_netdev
  action $"Mounting local filesystems: " mount -a -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs -O no_netdev
 action $"Mounting local filesystems: " mount -a -n -t nfs4,smbfs,ncpfs,cifs,gfs,gfs2 -O no_netdev
  action $"Mounting local filesystems: " mount -a -n -t nfs4,smbfs,ncpfs,cifs,gfs -O no_netdev
  /poweroff &> /dev/null
 
 # Do we need (w|u)tmpx files? We don't set them up, but the sysadmin might...
 _NEED_XFILES=
 [ -f /var/run/utmpx -o -f /var/log/wtmpx ] && _NEED_XFILES=1
 
 # Clean up /var.  I'd use find, but /usr may not be mounted.
 for afile in /var/lock/* /var/run/* ; do
  if [ -d "$afile" ]; then
     case "$afile" in
   */news|*/mon) ;;
 /poweroff /.suspended &> /dev/null
# Do we need (w|u)tmpx files? We don't set them up, but the sysadmin might...
_NEED_XFILES=
[ -f /var/run/utmpx -o -f /var/log/wtmpx ] && _NEED_XFILES=1
# Clean up /var.  I'd use find, but /usr may not be mounted.
for afile in /var/lock/* /var/run/* ; do
 if [ -d "$afile" ]; then
    case "$afile" in
  */news|*/mon) ;;
  */libvirt) rm -rf $afile/*/* ;;
중요파일점검에 문제가 있습니다. 
관련자료
- 
			이전
 - 
			다음
 
								