Difference between revisions of "/bin"

From The iPhone Wiki
Jump to: navigation, search
m
m (Files)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Folder that contains GNU Coreutils. The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating system.
+
Folder that contains GNU Coreutils. The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating system. Most of the files here are installed with a jailbreak except for df and ps.
   
 
== Children ==
 
== Children ==
Line 20: Line 20:
 
* date
 
* date
 
* dd
 
* dd
  +
* df (present in jailed iOS)
* df
 
 
* dir
 
* dir
 
* echo
 
* echo
Line 31: Line 31:
 
* gzip
 
* gzip
 
* kill
 
* kill
* launchctl
+
* [[launchctl]]
 
* ln
 
* ln
 
* ls
 
* ls
Line 38: Line 38:
 
* mktemp
 
* mktemp
 
* mv
 
* mv
  +
* ps (present in jailed iOS)
 
* pwd
 
* pwd
* readlink
+
* [[readlink]]
 
* rm
 
* rm
 
* rmdir
 
* rmdir
Line 46: Line 47:
 
* sleep
 
* sleep
 
* stty
 
* stty
* vsu
+
* [[su]]
 
* sync
 
* sync
 
* tar
 
* tar
Line 66: Line 67:
   
 
== Parents ==
 
== Parents ==
  +
{{parent}}
[[:/|(Root)]]
 
   
 
[[Category:Filesystem]]
 
[[Category:Filesystem]]

Latest revision as of 19:18, 27 May 2020

Folder that contains GNU Coreutils. The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating system. Most of the files here are installed with a jailbreak except for df and ps.

Children

Folders

There are no folders that exist inside of /bin.

Files

  • bash
  • bunzip2
  • bzcat
  • bzip2
  • bzip2recover
  • cat
  • chgrp
  • chmod
  • chown
  • cp
  • date
  • dd
  • df (present in jailed iOS)
  • dir
  • echo
  • egrep
  • false
  • fgrep
  • grep
  • gunzip
  • gzexe
  • gzip
  • kill
  • launchctl
  • ln
  • ls
  • mkdir
  • mknod
  • mktemp
  • mv
  • ps (present in jailed iOS)
  • pwd
  • readlink
  • rm
  • rmdir
  • se
  • sh
  • sleep
  • stty
  • su
  • sync
  • tar
  • touch
  • true
  • uname
  • uncompress
  • vdir
  • zcat
  • zcmp
  • zdiff
  • zegrep
  • zfgrep
  • zforce
  • zgrep
  • zless
  • zmore
  • znew

Parents

(root)