Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Summary: I want to change to file permission of all files in a directory, and all the files in the subdirectories of that directory. So anything in the directory is writable to all. How would i do this? ...
Summary: I set up a box to be a server and now I'm creating all the files I need for the website. I'm using remote access to go in do the designing. My problem right now is that everytime I make a file using r...
Summary: why do u use chmod command as chmod u=+x that's a bit strange syntax. dont you get any errors when you do that?? if you just want to add execute permission on file use chmod u+x filename and you will ...