본문 바로가기
운영체제/리눅스(CentOS)

history 명령어

by 마루의 일상 2021. 6. 18.
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
반응형

'운영체제 > 리눅스(CentOS)' 카테고리의 다른 글

mkdir 명령어  (0) 2021.06.23
mv 명령어  (0) 2021.06.22
less 명령어  (0) 2021.06.16
cat 명령어  (0) 2021.06.15
file 명령어  (0) 2021.06.14