Searched refs:chmod (Results 1 – 5 of 5) sorted by relevance
100 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}
96 chmod 777 ${DISK_NAME}
22 sudo chmod a+rwx /root/entrypoint.sh && \
1056 Self::chmod(pathname, mode) in handle()
1615 pub fn chmod(pathname: *const u8, mode: u32) -> Result<usize, SystemError> { in chmod() method