setuid File Permission in UNIX/Linux Add Comment Edit setuid or ' set u ser ID upon execution' and setgid or ' s et g roup ID upon execution' are UNIX access right flags... Read More
The Find command cheat sheet Add Comment Edit The Find Command Cheat Sheet 1. Basic find command # find -name "TestFile" 2... Read More
Set Setuid, Setgid and Sticky bit in Linux Add Comment Edit Special permissions on files and directories in linux are : SetUID , SetGID and Sticky bit. With the help of “chmod” command we can ... Read More
Cut is a simpler alternative to sed command Add Comment Edit Cut is very efficient and flexible.. The examples specified below is from Solaris 11.1 and Redhat Enterprise Linux 6.4, however most of... Read More