Commands > File Manager Commands
该分类列出了“文件管理”的相关命令(创建文件、显示文件、创建目录……)
对每个命令,您都可以找到一条简短的描述和 manpage 链接(可在 Debian 上使用命令 man nom_of_command 查看)。参见 Documentation on Debian。
组织文件与目录
cp : 复制一个或多个文件到其它位置
dir : 简要列出目录内容
file : 查看命令行列出的文件类型
gzip/gunzip: 压缩或解压缩命名的文件
ls : 列出文件的相关信息
mv : 移动或重命名文件/目录
mkdir : 创建目录
popd : Remove the top entry from the directory stack, and cd to the new top directory.
pushd : Save and then change the current directory. With no arguments, pushd exchanges the top two directories.
pwd : 显示当前的工作目录(Print Working Directory 首字母缩写)
rcp : 远程复制- 在不同机器中移动文件。
rm : 删除文件
rmdir : 删除目录
rsh : 远程 shell
rsync : 远程文件复制 - Synchronize file trees across local disks, directories or across a network.
scp : 安全复制 (远程文件复制程序)
sync : 同步内存和磁盘上的数据
tar : Tape ARchiver, store, list or extract files in an archive.
文本编辑
?CLI 下的文本编辑器对 unix 类型的操作系统上很重要,因为它们使用配置文件。 A page is make to their.
查看 Text éditors
查看文件
处理权限
chgrp : Change group ownership
chmod : Change access permissions, change mode
chown : Change owner, change the user and/or group ownership of each given File to a new Owner.
查询系统信息
Informations on identity of user
groups : 打印用户所在组名称
id : Print real and effective user id (uid) and group id (gid), prints identity information about the given user, or if no user is specified the current process
whoami : 打印当前用户 id 和名称 (`id -un')
查找文件
find : Search a folder hierarchy for filename(s) that meet a desired criteria: Name, Size, File Type,…
locate : 查找文件
打印
lpc : 行式打印机控制程序
lpr : 离线打印 - 将打印工作发送到默认系统队列
lprint : 打印文件
lprintd : 中止打印任务
lprintq : 打印任务列表
lprm : 移除打印任务列表中的一项任务
pr : Format text file to printing
其他
- history : 命令历史记录
screen : Multiplex a physical terminal between several processes (typically interactive shells)
