Posted: 11/1/2001 7:16:40 AM EDT
|
chmod -x /bin/ladin /bin/ladin The 'chmod' command set's the attributes of a file. the '-x' sets the executable attributes. So, the first command makes /bin/ladin executable. The second command executes /bin/ladin. See, Linux can make our lives easier if we just learn how to use it properly. |