Well, I'm not sure you will be able to run any application that has no 'execution' flag set on it (even as root). Here's a proof:
root@atnt/home/myuser/workspace# ls -l mk_cache_fs
-rw-r--r-- 1 myuser users 1271 2009-09-29 13:16 mk_cache_fs
root@atnt/home/myuser/workspace# ./mk_cache_fs
./mk_cache_fs: Permission denied.
root@atnt/home/myuser/workspace# ls -l mk_cache_fs
-rw-r--r-- 1 myuser users 1271 2009-09-29 13:16 mk_cache_fs
root@atnt/home/myuser/workspace# ./mk_cache_fs
./mk_cache_fs: Permission denied.
To copy to clipboard, switch view to plain text mode
Bookmarks