代码搜索:X
找到约 10,000 项符合「X」的源代码
代码结果 10,000
www.eeworm.com/read/104056/15711062
equal-x
#!/bin/sh
if test "$VERBOSE" = yes; then
set -x
chmod --version
fi
pwd=`pwd`
t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
trap 'status=$?; cd $pwd; chmod -R u+rwx $t0; rm -rf $t0 && exit $status
www.eeworm.com/read/104056/15711227
x rmdir.x
[NAME]
rmdir \- remove empty directories
[DESCRIPTION]
.\" Add any additional description here
www.eeworm.com/read/104056/15711229
x vdir.x
[NAME]
vdir \- list directory contents
[DESCRIPTION]
.\" Add any additional description here
www.eeworm.com/read/104056/15711231
x mknod.x
[NAME]
mknod \- make block or character special files
[DESCRIPTION]
.\" Add any additional description here
www.eeworm.com/read/104056/15711237
x dd.x
[NAME]
dd \- convert and copy a file
[DESCRIPTION]
.\" Add any additional description here
www.eeworm.com/read/104056/15711239
x unlink.x
[NAME]
unlink \- call the unlink function to remove the specified file
[DESCRIPTION]
.\" Add any additional description here
www.eeworm.com/read/104056/15711241
x cp.x
[NAME]
cp \- copy files and directories
[DESCRIPTION]
.\" Add any additional description here
www.eeworm.com/read/104056/15711243
x stat.x
[NAME]
stat \- display file or filesystem status
[DESCRIPTION]
.\" Add any additional description here
www.eeworm.com/read/104056/15711246
x chmod.x
[NAME]
chmod \- change file access permissions
[DESCRIPTION]
This manual page
documents the GNU version of
.BR chmod .
.B chmod
changes the permissions of each given file according to
.IR mode ,
which
www.eeworm.com/read/104056/15711247
x mkdir.x
[NAME]
mkdir \- make directories
[DESCRIPTION]
.\" Add any additional description here