对于文件夹的权限,可以这样来理解,首先文件夹也是一种文件,其中的文件的文件名就是文件的内容,而文件夹的具体信息就是它执行时的信息。 r 权限:读取文件夹内文件或文件夹名的权限。 x 权限:进入改文件夹,读取其他信息的权限 w 权限:修改文件夹内文件或文件夹的名字和其他信息的权限。
useradd userdel passwd groups usermod chmod chown
whatis info man where whereis which
locate find grep
ls cat head tail diff less more
ln sourcefile targetfile 硬链接
ln -s sourcefile targetfile 软链接
awk sed grep sort uniq tr cut paste wc
df tar du mount mkfs
ps top pgrep lsof kill pmap
free vmstat watch iostat
netstat wget curl route host ping nslookup traceroute ssh scp sftp
lsipc uname arch date strace ipcs ipcrm
更多命令参考Linux 命令大全 以及 Linux Shell Cookbook