About: Stand-alone shell     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Software106566077, within Data Space : dbpedia.demo.openlinksw.com associated with source document(s)
QRcode icon
http://dbpedia.demo.openlinksw.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FStand-alone_shell

Stand-alone shell (sash) is a Unix shell designed for use in recovering from certain types of system failures and errors. The built-in commands of sash have all libraries linked statically, so unlike most shells on Linux, the standard UNIX commands do not rely on external libraries. For example, the copy command (cp) requires libc.so and ld-linux.so when built from GNU Core Utilities on Linux. If any of these libraries get corrupted, the coreutils cp command would not work; however, in sash, the built-in command, cp, would be unaffected. Sash has the following built-in commands:

AttributesValues
rdf:type
rdfs:label
  • Stand-alone shell (es)
  • Stand-alone shell (ja)
  • Stand-alone shell (en)
rdfs:comment
  • El Stand-alone shell ( <b>sash</b> ) es un shell de Unix diseñado para usarse en la recuperación de ciertos tipos de fallas del sistema. Los comandos integrados de sash tienen todas las bibliotecas vinculadas de forma estática, por lo que, a diferencia de la mayoría de los shells en Linux, los comandos estándar de UNIX no se basan en bibliotecas externas. Por ejemplo, el comando de copia (cp) requiere libc.so y ld-linux.so cuando se construye desde GNU Core Utilities en Linux . Si alguna de estas bibliotecas se corrompe, el comando cp de coreutils no funcionará; sin embargo, en el marco, el comando incorporado, cp, no se vería afectado. (es)
  • Stand-alone shell (<b>sash</b>) is a Unix shell designed for use in recovering from certain types of system failures and errors. The built-in commands of sash have all libraries linked statically, so unlike most shells on Linux, the standard UNIX commands do not rely on external libraries. For example, the copy command (cp) requires libc.so and ld-linux.so when built from GNU Core Utilities on Linux. If any of these libraries get corrupted, the coreutils cp command would not work; however, in sash, the built-in command, cp, would be unaffected. Sash has the following built-in commands: (en)
  • Stand-alone shell(sash)は、UNIXのシェルで、システムの復旧に用いられることを考えて設計されている。 sashのビルトインコマンドは、全てのライブラリが静的リンクされており、他の多くのLinuxにおけるシェルとは違って、外部ライブラリへの依存なしに基本的なUNIXコマンドを実行することができる。例としては、cpは、libc.soやld-linuxを必要とする(GNU Core UtilitiesをLinuxでビルドした場合)が、これはCore Utilitiesのcpは、これらのライブラリに問題があると動作しない。しかしながら、sashにおいては、ビルトインコマンドであるcpは影響を受けない。 Sashにおいて利用できるビルトインのUNIXコマンドには次のようなものがある。 また、Sashは、Androidにおいて動作するターミナルインターフェースとしてポートされている。 (ja)
foaf:name
  • sash (en)
name
  • sash (en)
foaf:depiction
  • http://commons.wikimedia.org/wiki/Special:FilePath/Stand-alone_shell-screenshot.png
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
thumbnail
caption
  • Screenshot of the sash shell (en)
developer
  • David Bell (en)
genre
  • Embedded (en)
latest release version
  • v3.8 (en)
operating system
screenshot
  • Stand-alone shell-screenshot.png (en)
has abstract
  • El Stand-alone shell ( sash ) es un shell de Unix diseñado para usarse en la recuperación de ciertos tipos de fallas del sistema. Los comandos integrados de sash tienen todas las bibliotecas vinculadas de forma estática, por lo que, a diferencia de la mayoría de los shells en Linux, los comandos estándar de UNIX no se basan en bibliotecas externas. Por ejemplo, el comando de copia (cp) requiere libc.so y ld-linux.so cuando se construye desde GNU Core Utilities en Linux . Si alguna de estas bibliotecas se corrompe, el comando cp de coreutils no funcionará; sin embargo, en el marco, el comando incorporado, cp, no se vería afectado. En épocas anteriores, la mayoría de los comandos críticos (incluidos los shells) en /sbin o incluso /bin se vinculan estáticamente para este propósito, mientras que en /usr /sbin y /usr/bin se encontrarían las versiones más ricas en funciones que estaban vinculadas dinámicamente. Esto ya no es común y, como tal, los shells enlazados estáticamente con comandos integrados se han vuelto más importantes. Sash tiene los siguientes comandos incorporados: ar, chattr, chgrp, chmod, chown, cmp, cp, dd, echo, ed, exec, grep, file, find, gunzip, gzip, kill, losetup, ln, ls, lsattr, mkdir, mknod, rmdir, sum, sync, tar, touch, umount, where El shell Sash también se ha portado para que funcione con Android​ en una interfaz de terminal. (es)
  • Stand-alone shell (sash) is a Unix shell designed for use in recovering from certain types of system failures and errors. The built-in commands of sash have all libraries linked statically, so unlike most shells on Linux, the standard UNIX commands do not rely on external libraries. For example, the copy command (cp) requires libc.so and ld-linux.so when built from GNU Core Utilities on Linux. If any of these libraries get corrupted, the coreutils cp command would not work; however, in sash, the built-in command, cp, would be unaffected. In earlier times, most critical commands (including shells) in /sbin or even /bin were statically linked for this purpose, whereas in /usr/sbin and /usr/bin you would find the more feature-rich versions that were dynamically linked. This is not common anymore and as such, statically linked shells with built-in commands have become more important. Sash has the following built-in commands: ar, chattr, chgrp, chmod, chown, cmp, cp, dd, echo, ed, exec, grep, file, find, gunzip, gzip, kill, losetup, ln, ls, lsattr, mkdir, mknod, rmdir, sum, sync, tar, touch, umount, where The Sash shell has also been ported to work with Android in a terminal-interface. (en)
  • Stand-alone shell(sash)は、UNIXのシェルで、システムの復旧に用いられることを考えて設計されている。 sashのビルトインコマンドは、全てのライブラリが静的リンクされており、他の多くのLinuxにおけるシェルとは違って、外部ライブラリへの依存なしに基本的なUNIXコマンドを実行することができる。例としては、cpは、libc.soやld-linuxを必要とする(GNU Core UtilitiesをLinuxでビルドした場合)が、これはCore Utilitiesのcpは、これらのライブラリに問題があると動作しない。しかしながら、sashにおいては、ビルトインコマンドであるcpは影響を受けない。 Sashにおいて利用できるビルトインのUNIXコマンドには次のようなものがある。 ar, chattr, chgrp, chmod, chown, cmp, cp, dd, echo, ed, exec, grep, file, find, gunzip, gzip, kill, losetup, ln, ls, lsattr, mkdir, mknod, rmdir, sum, sync, tar, touch, umount, where また、Sashは、Androidにおいて動作するターミナルインターフェースとしてポートされている。 (ja)
gold:hypernym
dbp:wordnet_type
prov:wasDerivedFrom
page length (characters) of wiki page
latest release version
  • v3.8 ()
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage redirect of
is Wikipage disambiguates of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 67 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software