Home
last modified time | relevance | path

Searched refs:chmod (Results 1 – 5 of 5) sorted by relevance

/DragonOS/tools/
H A Dgrub_auto_install.sh100 sudo chmod -R 777 ${grub_dir_i386_legacy}
110 sudo chmod -R 777 ${grub_dir_i386_efi}
120 sudo chmod -R 777 ${grub_dir_x86_64_efi}
H A Dcreate_hdd_image.sh96 chmod 777 ${DISK_NAME}
H A DDockerfile22 sudo chmod a+rwx /root/entrypoint.sh && \
/DragonOS/kernel/src/syscall/
H A Dmod.rs1056 Self::chmod(pathname, mode) in handle()
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs1615 pub fn chmod(pathname: *const u8, mode: u32) -> Result<usize, SystemError> { in chmod() method