로딩
티스토리 데이터 처리 중입니다.

231124 Cloud

 231124 Cloud

[ec2-user@ip- ~]$ history 넣었던 명령어를 볼 수 있다. 1 sudo yum update -y 2 sudo yum install -y httpd 3 systemctl status httpd 4 systemctl start httpd 5 sudo systemctl start httpd 6 systemctl status httpd 7 history ※무결성 점검 프로그램 tripwire 한 줄 삭제 history -d 1 [ec2-user@ip- ~]$ history -d 1 [ec2-user@ip- ~]$ history 1 sudo yum install -y httpd 2 systemctl status httpd 3 systemctl start httpd 4 sudo systemctl .....

원문 링크 : 231124 Cloud