Terminal에서 아래의 명령어을 실행하면 됩니다.
OSX에서 시스템파일 및 숨김파일 표시하기
defaults write com.apple.finder AppleShowAllFiles YES;killall Finder
OSX에서 시스템파일 및 숨김파일 숨기기
defaults write com.apple.finder AppleShowAllFiles NO;killall Finder
2014-12-03
2014-09-17
OSX에서 FTP Server 구동
FTP Server enable:
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
FTP Server disable:
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
FTP Server disable:
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist
피드 구독하기:
글 (Atom)