운영체제/리눅스(CentOS)

history 명령어

마루의 일상 2021. 6. 18. 14:16
728x90
반응형

이전에 실행한 명령서 보기

  
  [root@localhost /]# history
  
  870  mysql --verbose --help | grep -A 1 'Default options'
  871  find / -name my*.cnf
  872  cd /usr/lcoal
  873  cd /usr/local
  874  ls
  875  cd mysql/l
  876  cd mysql
  877  ls
  878  cd support-files/
  879  ls
  880  cp my-large.cnf /etc/my.cnf
  881  vi /etc/my.cnf
  882  service mysqld restart
  883  less /etc/my.cnf
  884  less /usr/local/apache/conf/httpd.conf
  885  less --help
  886  less /usr/local/apache/conf/httpd.conf
  887  history
728x90
반응형