+ Reply
Results 1 to 3 of 3
  1. #1
    What's Jailbreak?
    Join Date
    Feb 2011
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Unhappy folder structure in /private/var/?

    Hi All,

    I connected to iPhone via ssh and accidentally moved one folder into another and I do not know what I actually did (have an iPhone 4.1, Jailbroken)

    Can someone post the folder structure of /private/var/

    I would need to know what it looks like at 2 levels /private/var/*/*

    Executing the following command at /private/var/ should do the trick.

    find . -maxdepth 2 -name "*"

    I would much appreciate if someone can paste this.
    I think I have broke the directory structure

    Thanks
    Last edited by pbasil; 02-22-2011 at 02:53 PM.

  2. #2
    Super Otiose Mod Orby's Avatar
    Join Date
    Aug 2010
    Location
    Elsewhere.
    Posts
    3,740
    Thanks
    37
    Thanked 346 Times in 315 Posts

    I got your back.

    find /private/var/ -maxdepth 2 -name "*"

    .
    ./Keychains
    ./Keychains/TrustStore.sqlite3
    ./Keychains/keychain-2.db
    ./Keychains/ocspcache.sqlite3
    ./Managed Preferences
    ./Managed Preferences/mobile
    ./MobileDevice
    ./MobileDevice/ProvisioningProfiles
    ./audit
    ./backups
    ./cache
    ./cache/apt
    ./cache/findutils
    ./db
    ./db/PanicReporter
    ./db/dhcpclient
    ./db/dhcpd_leases
    ./db/launchd.db
    ./db/timezone
    ./ea
    ./empty
    ./folders
    ./keybags
    ./keybags/systembag.kb
    ./lib
    ./lib/apt
    ./lib/cydia
    ./lib/dpkg
    ./lib/misc
    ./local
    ./lock
    ./log
    ./log/apt
    ./log/asl
    ./log/kernel.log
    ./log/ppp
    ./log/sa
    ./logs
    ./logs/AppleSupport
    ./logs/CrashReporter
    ./logs/keybagd.log
    ./logs/lockdownd.log
    ./logs/lockdownd.log.1
    ./mobile
    ./mobile/.forward
    ./mobile/Applications
    ./mobile/Documents
    ./mobile/Library
    ./mobile/Media
    ./msgs
    ./msgs/bounds
    ./preferences
    ./preferences/SystemConfiguration
    ./preferences/com.apple.captive.plist
    ./root
    ./root/.bash_history
    ./root/.ssh
    ./root/Library
    ./root/Media
    ./run
    ./run/asl_input
    ./run/configd.pid
    ./run/lockbot
    ./run/lockdown
    ./run/lockdown.sock
    ./run/mDNSResponder
    ./run/pppconfd
    ./run/syslog
    ./run/syslog.pid
    ./run/utmpx
    ./run/vpncontrol.sock
    ./spool
    ./spool/mdt
    ./stash
    ./stash/Applications.<string>
    ./stash/Ringtones.<string>
    ./stash/Themes.<string>
    ./stash/Wallpaper.<string>
    ./stash/include.<string>
    ./stash/libexec.<string>
    ./stash/pam.<string>
    ./stash/share.<string>
    ./tmp
    ./tmp/BackupRunning
    ./tmp/cydia.log
    ./tmp/launchd
    ./tmp/ttydebugenable (only if you have ultrasn0w/Signal.app installed I think)
    ./vm
    ./wireless
    ./wireless/Library
    ./wireless/spool

  3. The Following User Says Thank You to Orby For This Useful Post:

    pbasil (02-22-2011)

  4. #3
    What's Jailbreak?
    Join Date
    Feb 2011
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Many thanks Orbyorb, you saved my day!!!

Posting Permissions

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