Find all html files and change permission to 644
Find all files with ".bak" files and deleteCode:find /usr/local -name "*.html" -type f | xargs chmod 644
Code:find /usr/local -name "*.bak" -type f | xargs rm -rf
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks