Thursday, 24 September 2009

Commands of the day

To shutdown the system at a particular time


# shutdown -h hours:minutes &


To find the files with an extension .html,


# locate *.html


To list the files having SUID configured in the system, use the command:


#  find / -perm -u+s

No comments:

Post a Comment