-
Notifications
You must be signed in to change notification settings - Fork 1
Verify Directory Content Listing
Andrew Magill edited this page Jul 11, 2016
·
7 revisions
#####Previous Step - Verify Directory Listing
Verify that you can list directory contents on your newly registered system:
$ files-list --systemId foobar-corral
The output may look like this:
.
.bash_history
.bash_logout
.bash_profile
.bashrc
.emacs
.mozilla
.ssh
.viminfo
IDS
myworkdir
We did not include a search path, so Agave returned the contents of my home directory. We can list a specific path like this:
files-list --systemId foobar-corral myworkdir
Output:
.
README.txt
temp
or
$ files-list --systemId foobar-corral /
Output:
.
.autofsck
.autorelabel
.bash_history
bin
boot
corral
corral-ardc
corral-repl
corral-tacc
dev
etc
gpfs
home
home1
lib
lib64
lost+found
media
misc
mnt
net
opt
proc
root
sbin
selinux
srv
sys
tftpboot
tmp
usr
var
xwfs
######If your authorization token has expired, please refer to Generate Agave API Authorization Token.
#####Next Step - Grant Read-Only Permission to Identifier Services