summaryrefslogtreecommitdiffstats
path: root/commands/logicalfile/doc/cmdline.generated
blob: 6a6275e8ceed5cdc37179215a8f0bb98fe010da0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
..
    !!!!!!!!!
    This is generated file. Use 'make cmdregen' to regenerate it from installed 'lmi help XXX'
    !!!!!!!!!

file
----

File and directory management functions.


**Usage:**

    **lmi** **file** **list** \ *<directory>*\  [ \ *<depth>*\  ]

    **lmi** **file** **createdir** \ *<directory>*\ 

    **lmi** **file** **deletedir** \ *<directory>*\ 

    **lmi** **file** **show** \ *<target>*\ 



**Commands:**


    **list**
        List a directory. When depth is specified, at most depth levels
        will be listed recursively.

        The files and directories are listed in a tree-like structure.

        Possible listed file types are:
            * F   : Regular data file.
            * Dev : Device file. Can be either block or character device.
            * Dir : Directory.
            * P   : Pipe file.
            * L   : Symbolic link.
            * S   : Unix socket.


    **createdir**
        Create a directory. The parent directory must exist.


    **deletedir**
        Delete a directory. The directory must be empty.


    **show**
        Show detailed information about target. Target can be any file
        on the remote system.