quick ADB question - change permissions on multiple files

This is a discussion on quick ADB question - change permissions on multiple files within the Droid X Hacks forums, part of the Droid X Development category; I haven't done this since I had the Droid 1, so I'm a little rusty and can't find it via search (yet anyway...) I'm trying ...


+ Reply to Thread
Results 1 to 2 of 2

Thread: quick ADB question - change permissions on multiple files

  1. #1
    X Operative
    Points: 2,789, Level: 32
    Level completed: 26%, Points required for next Level: 111
    Overall activity: 0%
    Achievements:
    3 months registeredTagger Second Class100 Experience Points31 days registered7 days registered
    jntdroid's Avatar
    Droid Network News Team
    Member #
    31
    Join Date
    Jul 2010
    Location
    TX
    Posts
    115
    Liked
    5 times

    Question quick ADB question - change permissions on multiple files

    I haven't done this since I had the Droid 1, so I'm a little rusty and can't find it via search (yet anyway...)

    I'm trying to change permissions on multiple files within a directory at once, to 644... I remember it was something like chmod -R etc etc... but can't remember the details

    can anybody help?

    EDIT: figured it out... was closer than I thought - for anyone curious, in Terminal Emulator anyway, it's simply busybox chmod -R 644 /directory/subdir/etc/* to change everything in the /etc directory to 644
    Last edited by jntdroid; 12-16-2010 at 11:09 AM. Reason: Found Answer
    "...life is 10% what happens to me and 90% how I react to it."

    - The Official Word from Google / Devs on Task Killers

    Follow the DF News Team:



  2. Droid X Forums
    Ads


  3. #2
    X Conveyor
    Points: 1,752, Level: 24
    Level completed: 52%, Points required for next Level: 48
    Overall activity: 0.6%
    Achievements:
    3 months registered250 Experience Points31 days registered100 Experience Points7 days registered
    tech_head's Avatar
    Member #
    4983
    Join Date
    Aug 2010
    Location
    Sillicon Valley, Ca
    Posts
    258
    Liked
    5 times
    chmod -R 644 "whatever directory/file names" gives you recursive
    chmod 644 *.whatever gives you a group of files with the same extension
    chmod 644 whatever* gives you a matching file name from the specified prefix and the extension can be anything.

+ Reply to Thread

Ads

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. Quick question..
    By Dark_droidx in forum Droid X General Discussion
    Replies: 20
    Last Post: 12-14-2010, 11:04 PM
  2. Replies: 7
    Last Post: 09-02-2010, 02:07 AM
  3. Quick question
    By Karbon™ in forum Droid X Help
    Replies: 10
    Last Post: 08-22-2010, 12:58 AM
  4. Quick 2.2 Question
    By Enos316 in forum Droid X General Discussion
    Replies: 7
    Last Post: 08-03-2010, 02:12 PM
  5. Multiple main screens question
    By droidxer in forum Droid X General Discussion
    Replies: 3
    Last Post: 07-23-2010, 04:04 PM

Search tags for this page

adb change file permissions
,
adb change permission
,

adb change permissions

,
adb file permissions
,
adb set permission
,

adb set permissions

,

change permissions adb

,
change permissions multiple files android
,
set permissions adb
,
set permissions with adb
Click on a term to search our sites for related topics.

Tags for this Thread