![]() |
|
|||
|
|
||||
|
||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Developer
UkCvs Member
Join Date: Dec 2008
Posts: 99
iTrader: (0)
Casino cash: $56650
Thanks: 88
Thanked 56 Times in 33 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Groans: 0
Groaned at 0 Times in 0 Posts
|
Seems on the forums quite a few people have problems using the CHMOD attributes command, even though it is simple using an ftp proggy. As you can also change these permissions using tuxbox commander I was wondering if anyone thought that it would be possible to write some code or plugin where this command could be executed out from a menu?....cheers
|
|
|
|
|
|
#2 (permalink) |
|
Northern Git Admin
Team-UkCvs Senior Member
Join Date: Aug 2008 ![]()
Posts: 5,097
iTrader: (0)
Casino cash: $326474
Thanks: 1,126
Thanked 1,271 Times in 538 Posts
Nominated 8 Times in 6 Posts
TOTW/F/M Award(s): 4Groans: 1
Groaned at 0 Times in 0 Posts
|
would be easy enough to create a script to chmod files activated from a menu, but then I think the users of this script would only be wanting to chmod "cough" files that are totally unsupported by this forum, so the script would never be embedded into an image, so it self would need adding and chmodding
|
|
|
|
| The Following User Says Thank You to renwich For This Useful Post: | Dark Matter (06-08-2009) |
|
|
#3 (permalink) | |
|
Developer
UkCvs Member
Join Date: Dec 2008
Posts: 99
iTrader: (0)
Casino cash: $56650
Thanks: 88
Thanked 56 Times in 33 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Groans: 0
Groaned at 0 Times in 0 Posts
|
Quote:
thanks |
|
|
|
|
|
|
#4 (permalink) |
|
Nagging Old Git
Team-UkCvs Senior Member
Join Date: Aug 2008 Location: A park bench, near you
Age: 75
Posts: 3,108
iTrader: (0)
Casino cash: $848260
Thanks: 2,645
Thanked 1,586 Times in 876 Posts
Nominated 2 Times in 2 Posts
TOTW/F/M Award(s): 2Groans: 1
Groaned at 0 Times in 0 Posts
|
What about the Telnet method, DM? This is dead easy!! Say there's a file called myfile.so that lives in /lib/tuxbox/plugins that needs 755'ing...
In Telnet: cd /lib/tuxbox/plugins <enter> chmod 755 myfile.so <enter> This is handy if there's a few files in that folder that need the treatment, one after the other. Or, if ALL the files in a folder need doing: chmod 755 /lib/tuxbox/plugins /* Or. if only certain files: chmod 755 /lib/tuxbox/plugins /*.so for example- and so on and henceforth... Cheers- AL
|
|
|
|
| The Following 4 Users Say Thank You to PaphosAL For This Useful Post: |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|