본문 바로가기

리눅스 커맨드 find grep rsync export PS1

카테고리 없음 by 낼스 2022. 11. 30.
export PS1='$PWD # '
rsync -av kfa-portal-was/ kfa-portal

chown -R softm apache-tomcat-9.0.6*

find ./ -name -exec grep aa {} /: -print

ind ./ -name sql -exec grep -n "cvfs" {} \; -print

find . -name "*.h" -exec grep -n "include" {} \;


xcode-select --install
brew install apache2
brew install httpd
brew cleanup httpd
cd /opt/homebrew/opt/httpd
ls -la
sudo find /opt -name httpd.conf
cd ../../etc/
cd httpd
ls -la
vi httpd.conf
ls -l ~  


echo $PWD
vi /opt/homebrew/etc/httpd/httpd.conf
brew service start httpd
brew services start httpd
curl -v http://127.0.0.1
curl -v http://127.0.0.1:8080
brew install httpd-devel
sudo find /opt -name apxs
sudo -i
id
telnet 127.0.0.1 8080
sudo brew services stop httpd
brew services stop httpd
telnet 127.0.0.1 8080


find * -name "*.properties" -exec grep portal.ds {} \; -print
ssh -p 22121 root@127.0.0.1
export PS1='$PWD > '
df -h

 

댓글