Guest_imported
New member
- Jan 1, 1970
- 0
Hi all,
I need to activate the following unix commands in a Java application:
- df for checking the available disk space.
- test -x for checking if a file has execute permission.
- chmod to change a file permissions
- chown to change a file owner
- ln -s to create a link
- uname to find the local host
-who am i to find the local user.
Are there any Java methods deals with it ?
I need to activate the following unix commands in a Java application:
- df for checking the available disk space.
- test -x for checking if a file has execute permission.
- chmod to change a file permissions
- chown to change a file owner
- ln -s to create a link
- uname to find the local host
-who am i to find the local user.
Are there any Java methods deals with it ?