Results 1 to 3 of 3
Greetings!
I would like to ask on how to create chmod function.
I have a Recycle Bin project and I figured that chmod will be necessary to change the file ...
- 03-25-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 2
Chmod
Greetings!
I would like to ask on how to create chmod function.
I have a Recycle Bin project and I figured that chmod will be necessary to change the file permission, unfortunately, the OS I will be using do not have chmod function so I will have to make one.
Pseudocode will be appreciated.
Thanks!
- 03-26-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,961
What OS are you using?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 03-26-2011 #3Just Joined!
- Join Date
- Mar 2011
- Posts
- 2
ICS-OS
It is a OS made by professors in my university for educational purposes.
It has command line interface and have basic functions such as copy, pwd, ls, etc.
ICS-OS is also based and run in linux..
For my project, I am using C language.


Reply With Quote
