'execute' Permission To Everyone On A File in ~/bin
- Create a File with 'execute' access to everyone, in Directory "bin" under
our home Directory:
- Put the program File in the Directory "bin" under our home Directory.
- Give 'execute' access to "User-owner", "Group-owner",
and "Others":
chmod a+x <file_name>
- Give 'x' access to our home Directory, so the Users will be able to
reach for the "bin" Directory under it:
chmod a+x ~
- Give 'x' access to our "bin" Directory, so the Users will be able to
reach for the program File located in it:
chmod a+x ~/bin
Originally written by
guy keren