반응형 프로그래밍/리눅스 서버1 리눅스 커맨드 정리 ls --help #view all the menu on linux ls -al #view all mkdir # create folder, ex) mkdir folderName touch # create file, ex) touch a.txt rm --help # how to use rm rm fileName rm -f rm -r # remove all the things of directory rm -v # display verbose what the things are done mv # move files cp # copy files ln -s # create soft links(direct link to original file or folder) apt-cache search tomcat # ap.. 프로그래밍/리눅스 서버 2023. 12. 17. 이전 1 다음