Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/exec/
DMakefile11 chmod +x $@
16 chmod -x $@
/linux-4.1.27/Documentation/filesystems/
Ddevpts.txt39 $ chmod 0666 /dev/pts/ptmx
73 $ chmod 666 /dev/pts/ptmx
86 - using 'chmod 0666 /dev/pts/ptmx'
120 The permissions can be later be changed as usual with 'chmod'.
122 chmod 666 /dev/pts/ptmx
Dsysv-fs.txt191 - Xenix FS kludge: as regular files with chmod 1000
193 - Coherent FS kludge: as regular files with chmod 1000
Ddnotify.txt21 changed (chmod,chown)
Dhpfs.txt46 when you use chmod/chown/chgrp/mknod/ln -s on the filesystem.
73 driver can do it. If you chown/chgrp/chmod on a hpfs partition, extended
80 uid=luser_uid, the file will be still owned by root! If you chmod file to 444,
Dtmpfs.txt135 parameters with chmod(1), chown(1) and chgrp(1) on a mounted filesystem.
Dvfs.txt23 VFS system calls open(2), stat(2), read(2), write(2), chmod(2) and so
31 The VFS implements the open(2), stat(2), chmod(2), and similar system
461 is called by chmod(2) and related system calls.
Dext2.txt162 for by the standard chmod flags. These flags can be listed with lsattr
Dspufs.txt45 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
Dxfs-delayed-logging-design.txt494 inode changes. If you modify lots of inode cores (e.g. chmod -R g+w *), then
/linux-4.1.27/Documentation/scsi/
Dosst.txt202 chown 0.disk $dir/osst$nr; chmod 660 $dir/osst$nr;
204 chown 0.disk $dir/nosst$nr; chmod 660 $dir/nosst$nr;
206 chown 0.disk $dir/osst${nr}l; chmod 660 $dir/osst${nr}l;
208 chown 0.disk $dir/nosst${nr}l; chmod 660 $dir/nosst${nr}l;
210 chown 0.disk $dir/osst${nr}m; chmod 660 $dir/osst${nr}m;
212 chown 0.disk $dir/nosst${nr}m; chmod 660 $dir/nosst${nr}m;
214 chown 0.disk $dir/osst${nr}a; chmod 660 $dir/osst${nr}a;
216 chown 0.disk $dir/nosst${nr}a; chmod 660 $dir/nosst${nr}a;
/linux-4.1.27/Documentation/video4linux/bttv/
DMAKEDEV9 chmod 666 /dev/$1$dev
/linux-4.1.27/drivers/block/paride/
Dmkd9 mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
/linux-4.1.27/Documentation/s390/
Dconfig3270.sh57 echo chmod 666 $D/$TUB >> $SCR
/linux-4.1.27/tools/testing/selftests/
DMakefile85 chmod u+x $(ALL_SCRIPT)
/linux-4.1.27/arch/um/os-Linux/
Duser_syms.c75 EXPORT_SYMBOL_PROTO(chmod);
/linux-4.1.27/Documentation/
Ddebugging-modules.txt17 chmod a+x /tmp/modprobe
Djava.txt364 Now simply chmod +x the .class, .jar and/or .html files you want to execute.
384 chmod 755 HelloWorld.class
390 To execute Java Jar files, simple chmod the *.jar files to include
395 To execute Java Applets, simple chmod the *.html files to include
Demail-clients.txt151 as read-write for user only so you will have to chmod them to make them
DChanges192 chmod 0644 /dev/cpu/microcode
Dinitrd.txt115 # chmod 400 /dev/initrd
/linux-4.1.27/Documentation/sound/oss/
DMultiSound531 chmod 0664 'MultiSound.d/setdigital.c' ||
985 chmod 0664 'MultiSound.d/pinnaclecfg.c' ||
1015 chmod 0664 'MultiSound.d/Makefile' ||
1045 chmod 0664 'MultiSound.d/conv.l' ||
1122 chmod 0664 'MultiSound.d/msndreset.c' ||
DIntroduction336 chmod 666 /dev/dsp /dev/mixer /dev/audio
/linux-4.1.27/scripts/package/
Dbuilddeb26 chmod -R go-w "$pdir"
200 chmod 755 "$tmpdir/DEBIAN/$script"
/linux-4.1.27/Documentation/dvb/
Dudev.txt29 Don't forget to make the script executable with "chmod".
/linux-4.1.27/tools/perf/Documentation/
Dandroid.txt65 chmod +x /tmp/perf-archive
/linux-4.1.27/fs/hostfs/
Dhostfs_user.c204 } else if (chmod(file, attrs->ia_mode) != 0) { in set_attr()
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S74 ENTRY_SAME(chmod) /* 15 */
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h21 SYSCALL_SPU(chmod)
/linux-4.1.27/arch/s390/kernel/
Dcompat_wrapper.c69 COMPAT_SYSCALL_WRAP2(chmod, const char __user *, filename, umode_t, mode);
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl99 90 common chmod sys_chmod
Dsyscall_32.tbl24 15 i386 chmod sys_chmod
/linux-4.1.27/Documentation/networking/
Dtuntap.txt42 e.g. chmod 0666 /dev/net/tun
DREADME.sb1000160 Solution -- As root do `chmod ug+x /etc/ppp/ppp@gi-on'.
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES36 read-only dos attribute on directories (for chmod) since Windows
139 Add ability to modify cifs acls for handling chmod (when mounted with
208 attribute on chmod when adding any write permission (ie on any of
1031 Unix extensions (symlink, readlink, hardlink, chmod and some chgrp and chown) implemented
DREADME86 utility as suid (e.g. "chmod +s /sbin/mount.cifs). To enable users to
116 as suid (e.g. "chmod +s /sbin/umount.cifs") or equivalent (some distributions
166 enabled on the server and client, subsequent setattr calls (e.g. chmod) can
/linux-4.1.27/fs/
Dopen.c560 SYSCALL_DEFINE2(chmod, const char __user *, filename, umode_t, mode) in SYSCALL_DEFINE2() argument
/linux-4.1.27/Documentation/usb/
Dproc_usb_info.txt77 grant read/write permissions to other users by using "chmod". Also,
/linux-4.1.27/Documentation/filesystems/caching/
Dcachefiles.txt178 Do not chmod files in the cache. The module creates things with minimal
/linux-4.1.27/Documentation/serial/
Dmoxa-smartio282 create it by vi, run "chmod 755 rc.serial" to change the permission.
/linux-4.1.27/Documentation/blockdev/
Dparide.txt251 mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
/linux-4.1.27/Documentation/vm/
Dhugetlbpage.txt302 Regular chown, chgrp, and chmod commands (with right permissions) could be
/linux-4.1.27/Documentation/cdrom/
Dide-cd303 with chmod first.)
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt469 chmod command, then you could change the default reading punc and
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1428 host# chmod 666 /dev/net/tun