How do I delete all files (only files and not subdirs) located in /var/pub/ftp/incoming and its subdirectories under Linux or UNIX operating systems?
{ 2 comments }
What does it mean for a file to be “setuid?” How do keep track of all setuid enabled file?
{ 1 comment }
How do I find out all world writable directories have sticky bits set under CentOS Linux server?
{ 1 comment }
I am trying to use xargs command using shell pipes and not able to understand how to control and use command line arguments. For example I’d like to find out all *.c file located in 100s of sub-directories and move them to another directory called ~/old.src. How do I use command line args with xargs to achieve the same?
{ 47 comments }
How do I find all files with one ore more blank space (while spaces) in their name under UNIX like operating systems?
{ 0 comments }