Oct 27, 2004 #1 womp Technical User Joined Apr 6, 2001 Messages 105 Location US How do I create ownership and permissions to look like this on a executable file: -rwsr-x--- Thanks for the help
How do I create ownership and permissions to look like this on a executable file: -rwsr-x--- Thanks for the help
Oct 27, 2004 #2 ericbrunson Technical User Joined Jan 9, 2004 Messages 2,092 Location US chmod 4750 file or you can get the s symbolically with chmod u+s file man chmod. Upvote 0 Downvote