A user call your help desk to report that the files on her USB stick do not have any permissions associated with them and therefore aren't secure. Why is this?

You are viewing the desktop of a window 8 machine. you want to get back to the state screen to access your tiles. How do you do this?

There could be several reasons why the files on a USB stick do not have any permissions associated with them, making them appear insecure. Here are a few possible explanations:

1. File System Limitations: If the USB stick is formatted with a file system that does not support permissions, such as FAT or exFAT, then it is expected behavior that the files on it do not have any permissions. These file systems are commonly used for compatibility reasons across different operating systems but do not provide advanced access control.

2. Incorrect File Copying: It's also possible that the files were copied to the USB stick without preserving the original file permissions from the source location. If the files were moved or copied using a method that does not retain permissions, such as a basic drag-and-drop operation, the resulting files on the USB stick may not have any permissions associated with them.

3. Operating System Compatibility: Sometimes, when a USB stick is used with a different operating system, the permissions associated with the files may not be recognized or properly translated. For example, a USB stick that was formatted and files were copied from a Windows system might not show correct permissions when accessed from a macOS or Linux system.

To address this issue, here are a few steps you can take:

1. Check File System: Determine the file system used on the USB stick by right-clicking on the drive, selecting "Properties" or "Get Info," and looking for the "File System" or "Format" value. If it is FAT or exFAT, be aware that they do not support permissions.

2. Verify File Copying Method: Ensure that the files are being copied to the USB stick using a method that preserves permissions. On Windows, you can use the "robocopy" command through the Command Prompt or a third-party file copying tool like "TeraCopy." On macOS, use the "cp" command in the Terminal, or on Linux, use the "cp" or "rsync" command.

3. Use Compatible File Systems: If file permissions are essential, consider reformatting the USB stick using a file system that supports permissions, such as NTFS (Windows), HFS+ or APFS (macOS), or ext4 (Linux). Note that changing the file system will erase all data on the USB stick, so be sure to back up the files first.

By understanding the possible causes and taking appropriate steps, you can help resolve the issue of files on the USB stick not having any permissions associated with them, thus ensuring their security.