Hello Cato
Here is an output
02:01 username@remoteVM ~/.nx/config
$ test -f /home/username/.nx/config/authorized.crt && echo “YES” || echo “NO”;
YES
02:02 username@remoteVM ~/.nx/config
$ stat /home/username/.nx/config/authorized.crt;
File: `/home/username/.nx/config/authorized.crt’
Size: 414 Blocks: 2 IO Block: 8192 regular file
Device: 23h/35d Inode: 88762808 Links: 1
Access: (0600/-rw——-) Uid: (1112939/username) Gid: ( 8500/ dba)
Access: 2016-06-08 07:22:20.487798571 -0700
Modify: 2016-06-08 07:21:39.124950472 -0700
Change: 2016-06-08 07:24:17.627835320 -0700
First and second commands are the same ( test -f home/username<span class=.nx/config/authorized.crt && echo “YES” || echo “NO”; )