ACIL FM
Dark
Refresh
Current DIR:
/usr/share/doc/python3-file-magic
/
usr
share
doc
python3-file-magic
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
example.py
207 B
chmod
View
DL
Edit
Rename
Delete
README.md
584 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/share/doc/python3-file-magic/example.py
#! /usr/bin/python import magic ms = magic.open(magic.NONE) ms.load() tp = ms.file("/bin/ls") print (tp) f = open("/bin/ls", "rb") buf = f.read(4096) f.close() tp = ms.buffer(buf) print (tp) ms.close()
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply