Jump to content

Hi,I came back.Can somebody remembered me?


Recommended Posts

Hi,I came back.Can somebody remembered me?

OK.an old technique.

Create a directory,and the directory name include '/'.

=============================================

Microsoft Windows [版本 5.2.3790]

© 版权所有 1985-2003 Microsoft Corp.

D:\Documents and Settings\lanyus>cd E:\myweb\unieasy

D:\Documents and Settings\lanyus>e:

E:\myweb\unieasy>dir

驱动器 E 中的卷没有标签。 // Volume in drive E has no label.

卷的序列号是 EC88-69CD // Volume Serial Number is EC88-69CD

E:\myweb\unieasy 的目录 // E:\myweb\unieasy

2006-02-07 00:14 <DIR> .

2006-02-07 00:14 <DIR> ..

2006-02-06 22:51 3,925 conn.asp

2006-02-06 22:51 <DIR> DB

2006-01-14 15:45 679,424 MyFTP.exe

1999-11-12 00:48 63,248 sc.exe

2006-02-06 23:24 13,561,856 Unieasy#Data.asp

4 个文件 14,308,453 字节 //4 File(s) 14,308,453 Byte

3 个目录 3,086,745,600 可用字节 //3 Dir(s) 3,086,745,600 bytes free

E:\myweb\unieasy>md s..\

E:\myweb\unieasy>dir

驱动器 E 中的卷没有标签。

卷的序列号是 EC88-69CD

E:\myweb\unieasy 的目录

2006-02-07 00:15 <DIR> .

2006-02-07 00:15 <DIR> ..

2006-02-06 22:51 3,925 conn.asp

2006-02-06 22:51 <DIR> DB

2006-01-14 15:45 679,424 MyFTP.exe

2006-02-07 00:15 <DIR> s.

1999-11-12 00:48 63,248 sc.exe

2006-02-06 23:24 13,561,856 Unieasy#Data.asp

4 个文件 14,308,453 字节

4 个目录 3,086,745,600 可用字节

E:\myweb\unieasy>cd s.

系统找不到指定的路径。 //The system cannot find the path specified.

E:\myweb\unieasy>cd s..\

系统找不到指定的路径。 //The system cannot find the path specified.

E:\myweb\unieasy>copy sc.exe s..\

已复制 1 个文件。 //1 file(s) copied.

E:\myweb\unieasy>dir s..\\sc.exe

驱动器 E 中的卷没有标签。

卷的序列号是 EC88-69CD

E:\myweb\unieasy\s. 的目录

找不到文件 //File Not Found

E:\myweb\unieasy>copy s..\sc.exe sc2.exe

已复制 1 个文件。 //1 file(s) copied.

E:\myweb\unieasy>dir

驱动器 E 中的卷没有标签。

卷的序列号是 EC88-69CD

E:\myweb\unieasy 的目录

2006-02-07 00:17 <DIR> .

2006-02-07 00:17 <DIR> ..

2006-02-06 22:51 3,925 conn.asp

2006-02-06 22:51 <DIR> DB

2006-01-14 15:45 679,424 MyFTP.exe

2006-02-07 00:16 <DIR> s.

1999-11-12 00:48 63,248 sc.exe

1999-11-12 00:48 63,248 sc2.exe

2006-02-06 23:24 13,561,856 Unieasy#Data.asp

5 个文件 14,371,701 字节

4 个目录 3,086,614,528 可用字节

E:\myweb\unieasy>path=s..\

E:\myweb\unieasy>sc.exe

DESCRIPTION:

SC is a command line program used for communicating with the

NT Service Controller and services.

USAGE:

sc <server> [command] [service name] <option1> <option2>...

...

EXAMPLE:

sc start MyService

===================================================

Link to comment
Share on other sites


A method of creating a directory which is practically inaccessible using standard tools. He created a directory named s. which although can be copied to from etc. cannot be entered etc.

To remove it

  • rd /s/q s..\

@ lanyus

You would have made your post a little easier to read had you used dir /b

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...