DOS基础命令

对服务(service)的操作

命令

功能

Net start

查看Windows开启的服务

Net stop [service name]

停止服务

net start [service name]

启动服务

Sc query [SERVICENAME]

Sc query(查看所有)

查看某个服务状态

opmtrcsv -st [StartTime] -et [EndTime] -o [OutFile]

事件日志的log

对账户的操作

命令

功能

Net user

查看当前所有账户

Net user [username] [password] /add

增加账户

Net user [username] /del

删除帐户

Net user [username] [newpassword]

变更账户密码

Net user [username]

得到账户详细

对文件夹(目录)的操作

命令

功能

md [dirpath]

创建文件夹

rd [dirpath]

删除文件夹

copy /Y [SourcePath] [DestinationPath]

复制文件夹

move /Y [SourcePath] [DestinationPath]

移动文件夹

Cacls [DirPath] /t /e /c /[Operation] [UserName]:[Perm]

设定文件夹权限

dir /a [directory name]:更新日時を取得する

cacls  [directory name]:アクセス権を取得する

dir /s  [directory name]:サイズを取得する

取得文件夹状态

Dir /a [dirpath]

取得文件夹的内容列表

fsutil volume diskfree [DiskDrive]

空容量取得

Umout [MountPoint]

解除挂载

mount

取得挂载状态

对文件的操作

命令

功能

fsutil file createnew [FilePath] 0

Echo [FileContent] >[FilePath]

Touch [FilePath]

创建文件

del /q [FilePath]

删除文件

copy /y [SourceFile] [DestinationPath]

复制文件

move /y [SourceFile] [DestinationPath]

移动文件

Cacls [FilePath] /e /c /[Operation] [UserName]:[Perm]

设置文件权限

zip -q -r  [CompressPath] [SourceFile]

压缩文件

unzip -n [CompressFile] -d [DecompressPath]

解压文件

Dir /a [filepath]

Cacls [filepath]

取得文件状态

cat [FilePath]

取得文件内容

 

posted @ 2016-09-09 17:48  此媛非彼猿  阅读(221)  评论(0编辑  收藏  举报