How can I tell whether a build is Debian-based?

Sparky1

I'm starting to work with a box that has a custom (small) Linux build on it. How can I tell whether this is a Debian or Red Hat-based build?

This is what I know so far:

$ cat /proc/version
Linux version 2.6.31-2.5 (build@build-desktop) (gcc version 4.4.3 (Broadcom stbgcc-4.4.3-1.2) ) #7

$ apt-get
-sh: apt-get: command not found

$ yum
-sh: yum: command not found
user13742

Running uname -a should give you some general information about the system. Also, you can run apropos "package manager" or with similar keywords to hopefully find out more about the package manager. Look in /etc for a file named xyz-release where xyz should be whatever distro is running.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

In ColdFusion 10, how can I tell whether OnApplicationEnd is caused by application timeout or server shut down?

分類Dev

How can I tell a function enters kernel or not

分類Dev

How can I recognize that a certain Linux distribution is based on Debian, looking at file structure?

分類Dev

How can I know whether a JobScheduler is running?

分類Dev

Vue: How can you tell whether the control key is pressed or not in a performant manner during mouseover?

分類Dev

Magento - How can I tell if I'm on a "My Account" page?

分類Dev

How can I tell which user limit I am running into?

分類Dev

How can I tell if I am out of inotify watches?

分類Dev

How to tell whether my HDD is IDE or SATA

分類Dev

How can I tell how many bits my ssh key is?

分類Dev

How can I programmatically tell if a filename matches a shell glob pattern?

分類Dev

XMLEventWriter: how can I tell it to write empty elements?

分類Dev

How can I tell Selenium to press cancel on a print popup?

分類Dev

How can I tell Selenium to press cancel on a print popup?

分類Dev

How can I tell which mysql user edited a table in mysql

分類Dev

Ember: How can I tell if peekAll returns any models?

分類Dev

How can I tell if my current PowerShell session is over SSH?

分類Dev

How can I tell meson in which directories to look for dependencies?

分類Dev

How can I tell if my vector matches the variable values in r?

分類Dev

How can I tell through the Stripe API if a connected account is complete?

分類Dev

How can I tell django 1.7 to put migration into specific folder

分類Dev

How can I tell which web server Zimbra 8.0.6 is running?

分類Dev

How can I tell Brunch not to concatenate javascript files?

分類Dev

How can I tell which IDE an Android project was made with?

分類Dev

How can I tell Resharper to format these field attributes differently?

分類Dev

How can I check whether a option already exist in select by JQuery

分類Dev

How can I check whether a given file is FASTA?

分類Dev

How can I test whether Chromium is running inside sandbox

分類Dev

R: Can we tell whether a function is called from within RStudio?

Related 関連記事

  1. 1

    In ColdFusion 10, how can I tell whether OnApplicationEnd is caused by application timeout or server shut down?

  2. 2

    How can I tell a function enters kernel or not

  3. 3

    How can I recognize that a certain Linux distribution is based on Debian, looking at file structure?

  4. 4

    How can I know whether a JobScheduler is running?

  5. 5

    Vue: How can you tell whether the control key is pressed or not in a performant manner during mouseover?

  6. 6

    Magento - How can I tell if I'm on a "My Account" page?

  7. 7

    How can I tell which user limit I am running into?

  8. 8

    How can I tell if I am out of inotify watches?

  9. 9

    How to tell whether my HDD is IDE or SATA

  10. 10

    How can I tell how many bits my ssh key is?

  11. 11

    How can I programmatically tell if a filename matches a shell glob pattern?

  12. 12

    XMLEventWriter: how can I tell it to write empty elements?

  13. 13

    How can I tell Selenium to press cancel on a print popup?

  14. 14

    How can I tell Selenium to press cancel on a print popup?

  15. 15

    How can I tell which mysql user edited a table in mysql

  16. 16

    Ember: How can I tell if peekAll returns any models?

  17. 17

    How can I tell if my current PowerShell session is over SSH?

  18. 18

    How can I tell meson in which directories to look for dependencies?

  19. 19

    How can I tell if my vector matches the variable values in r?

  20. 20

    How can I tell through the Stripe API if a connected account is complete?

  21. 21

    How can I tell django 1.7 to put migration into specific folder

  22. 22

    How can I tell which web server Zimbra 8.0.6 is running?

  23. 23

    How can I tell Brunch not to concatenate javascript files?

  24. 24

    How can I tell which IDE an Android project was made with?

  25. 25

    How can I tell Resharper to format these field attributes differently?

  26. 26

    How can I check whether a option already exist in select by JQuery

  27. 27

    How can I check whether a given file is FASTA?

  28. 28

    How can I test whether Chromium is running inside sandbox

  29. 29

    R: Can we tell whether a function is called from within RStudio?

ホットタグ

アーカイブ