If you want to lock and unlock your files from the command line using Finder instead of using chmod there here are two aliases to do it: 
alias flock=’chflags -R uchg’
alias funlock=’chflags -R nouchg’
 If you want to lock and unlock your files from the command line using Finder instead of using chmod there here are two aliases to do it: 
alias flock=’chflags -R uchg’
alias funlock=’chflags -R nouchg’