Installing Files

Installing Files

Set up uploaded files for use in your workspace.

Auto-Detection

ZYBER detects common file types and suggests actions:

File Type
Suggested Action

.zip, .tar.gz

Extract to folder

package.json

Run npm install

requirements.txt

Run pip install -r

.sh scripts

Make executable

File Permissions

Command
Effect

chmod +x file

Make executable

chmod 644 file

Read-only for others

chmod 600 file

Private (owner only)

Last updated