[continue reading…]
xargs command
[continue reading…]
[continue reading…]
[continue reading…]
What does it mean for a file to be “setuid?” How do keep track of all setuid enabled file?
[continue reading…]
How do I find out all world writable directories have sticky bits set under CentOS Linux server?
[continue reading…]
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?
[continue reading…]
While using mv or rm command I get command line length error (Argument list too long error). How do I find out current running shell command line length limitations? How do I overcomes these limitations while writing UNIX / BSD / Linux shell utilities?
[continue reading…]