chmod help (permissions) - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html) +---- Forum: Filesystem Management (https://www.linux-noob.com/forums/forum-26.html) +---- Thread: chmod help (permissions) (/thread-4049.html) |
chmod help (permissions) - morbondu - 2003-12-11 Hi all... I wrote this exe in VB to run on any win32 system(only tested on win98, win2k, and XP :^). chmodhelper.exe is a very very simple program to help out noobs with chmoding files. Basically, it's a learning tool for figure'n out the correct number squence for chmod'n files at command line. example of the chmod command: morbondu@linux%>chmod 755 public_html Sorry, the chmodhelper.exe will not 'chmod' the file for you. Its a helping/learning tool for you to use while using a terminal connection (ssh) to a linux box while in Windows. Screen shot: The chmodhelper.exe is a standalone executable with no installer or uninstaller. All you have to do is click on the chmodhelper.exe. To delete the program, just delete the chmodhelper.exe file. Download: chmod helper I hope it helps out a few of you. morbondu ~http://www.grithouse.com~ chmod help (permissions) - anyweb - 2003-12-12 looks good can we see the source ;) cheers anyweb chmod help (permissions) - morbondu - 2003-12-12 sure thing... tell ya what.. I'll add the source to the zip file... plus, i'll post the a VB form in here. ' chmodhelper.exe ' Code: Option Explicit I could have used a case statement instead all of those IF statements.. I'm still learning VB. :/ morbondu ~http://www.grithouse.com~ |