To know where one is going, one must know where one has been.
Monday, March 8, 2010
Executing .bin files
.bin files are similar to installation files in Windows.
1. First we should add an execution permission with chmod +x /[path]/[filename]
2. Navigate to file's folder.
3. Execute the file ./[filename]
No comments:
Post a Comment