http://solarisinterview.blogspot.com/ solaris interview questions and answers
# find /kris –name file1 - Searches for file file1 in /kris directory
# find /ris –name file1 –exec ls –l {} \; - Search and display
# find /kris –type f –size 0 –exec ls –l {} \; - Search for the file with size 0
# find /kris –user user1 - Shows file used by user ‘user1’
No comments:
Post a Comment