The touch
Command
The touch command is
use to create new empty files.
It’s also
use to change file access and modification times
touch's
syntax :
#touch
[option] file_name
Using touch command
can...
Thursday, October 4, 2012
Monday, October 1, 2012
Find command in solaris 10 (Eg:Find some content inside files under some directory)
Find some content
inside files and it will gives the files that content is available:
# find /usr/local/etc/ -type f-exec grep -l "00:C0:89:14:9F:6C"
{} \;
/usr/local/etc/dhcplog.txt
/usr/local/etc/subnetfiles/50.200.0.0-19-server2
/usr/local/etc/
:Location...
Subscribe to:
Posts (Atom)