NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
robcf
Jul 30, 2014Aspirant
Readynas 316 - Permissions Will Not Apply To Copied Folders
Hi, I am having issues with my Readynas 316, specifically integrating with Media Browser Server (MBS). The (MBS) has been configured to download video file images such coverart, however, it will on...
mdgm-ntgr
Aug 01, 2014NETGEAR Employee Retired
For Mac you would need to e.g.
Or in Windows use PuTTy (a free SSH client)
The shell commands you use would be the same for both methods.
Commands to familiarise yourself with would include cd, ls etc.
For example you could do
Which will show you the ownership and permissions for that directory and the files and folders inside that directory.
If you want to list the contents recursively you can do e.g.
# ssh root@ip.address.of.nas
Or in Windows use PuTTy (a free SSH client)
The shell commands you use would be the same for both methods.
Commands to familiarise yourself with would include cd, ls etc.
For example you could do
# ls -la /data/Videos/movies
Which will show you the ownership and permissions for that directory and the files and folders inside that directory.
If you want to list the contents recursively you can do e.g.
# ls -laR /data/Videos/movies
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!