Version: v2.6.x LTS
zos file
zos file
Manage USS files in a z/OS system.
#
Usagezos file list status [fileName*] --path | -p <path> --limit <limit>
zos file list mounts [fileSystemName*] --mount-point | --mp <mount-point-path> --limit <limit>
#
Action#
Positional ArgumentfileName*
fileSystemName*
#
OptionFull name Alias Type --path -p string --limit number Full name Alias Type --mount-point --mp string --limit number
#
Examples@bot zos file -p '/u/user'
@bot zos file list -p '/u/user'
@bot zos file list status -p '/u/user'
- Show the files and directories in path '/u/user'.
@bot zos file list status clean* -p '/u/user'
- Show the files and directories whose names start with clean in path '/u/user'.
@bot zos file list mounts
- Show all mounted filesystems.
@bot zos file list mounts --mp '/a/ibmuser'
- Show filesystems which are mounted to a specific path.
@bot zos file list mounts sac*
- Show mounted filesystems with name starting with 'sac'.