answersLogoWhite

0

📱

Linux

A free and open-source family of operating systems first started in 1991 and named after its creator, Linus Torvalds.

2,239 Questions

How do you determine leap years using Linux?

If you want to determine whether a year is a leap year. Use the cal command for the month of February. So to check 2012, for example, do:

cal 2 2012

and see if it prints 28 or 29 days.

What are the advantages of hard links over symbolic links in a Linux machine?

Hard links do not link paths on different volumes or file systems, whereas symbolic links may point to any file or directory irrespective of the volumes on which the link and target reside. Hard links always refer to an existing file, whereas symbolic links may contain an arbitrary path that does not point to anything.

Can you install Sun VirtualBox on Linux and run a Windows virtual machine?

Yes. There is a Linux port of Virtualbox and it runs Windows as well as any version of VB.

What work of window operating system?

.. Loads and starts programs and DLLs

.. Dispatches and halts programs for multiprocessing

.. Manages memory

.. Insures application programs do not execute prohibited operations such as accessing another program's memory and reading/writing to I/O devices

.. Routes requests for services to the appropriate service handler program.

What is LBA LINUX?

LBA Linux is

1.) "Linux Business Alliance" -- a version of Linux out of Finland, formerly known as SOT Linux. Sot merged with another "flavor" to become "LBA Linux"

2.) lba -- initials used for "logical block address", something to do with formatting and using a hard drive.

Why is Linux popular in academia?

Students understand the source code for the operating system and how Linux works without complications.

How do you run the latex file in debian?

Assuming latex, texlive-core etc are installed, simply run: latex file.tex from the command line. You can use pretty much any text editor to edit the files (eg. gedit, kate, leafpad, nano, vim, emacs). There are also various programs which can be used to convert from latex to other formats: latex2html, latex2rtf, pdflatex, etc.

What does i686 has to do with Linux?

i686 is a designation for an Intel processor architecture, falling under the x86 family. It's a 32-bit architecture. Kernel builds and distributions targeted for the i686 are for 32-bit processors/systems.

How do you type special characters on Linux?

Click on Insert and then Special Characters. Click on chosen character, then OK, and the special character will appear in the document at the cursor.

What is a soft link?

A soft link is a web design that is easy to access, it is a design invented by Dr. P.H Alipera. I hope you enjoy my answer and I hope it helps.

Why is Windows better than Linux?

There isn't a right answer for this question.

Linux, Windows and mac are all different.

It's just what you want to do with your computer.

How can you download free Linux operating system?

Almost all the linux OS's are free

you can find them at their websites .

What does Pam stand for in Linux?

Linux Pluggable Authentication Modules (PAM) provide dynamic authorization for applications and services in a Linux system. Linux PAM is evolved from the Unix Pluggable Authentication Modules architecture.

What is the Linux version of System32?

Because they aren't organized the same way, there is no direct equivalent directory to System32 in Linux. The kernel image in Linux is typically stored in /boot, the system binaries are stored in /bin, and libraries are stored /lib and /usr/lib.

What Linux character can also be used to refer to the current user's home directory?

The tilde character (~) is a shortcut for the home directory of the currently logged-on user.

What operating system is Linux compatible with?

Linux *is* an operating system. So it's not meant to be compatible with a specific operating system.

However, it can interoperate with other systems, which means that it can provide its own implementations of another operating systems features to make sure the user is able to use Linux with the other operating systems. For example, Linux interoperates with Windows by having filesystem drivers to vFat and NTFS, so that it may mount and manipulate Windows filesystems.

It also has an open source implementation of SMB (Windows Networking.) called Samba, which can even share printers and files with Windows machines.

What was the 'ls' option to list directory entries instead of contents?

In a Linux (I use Ubuntu) terminal, type ls to print a list of directories on the screen.

Use man ls for the manual page.

Is it possible to uninstall Windows and get Linux back on Asus eee PC?

The Eee PC should have come with a CD to reinstall Linux. If you do not have this disc, then the only way you could install the version of Linux that was on the Eee (Xandros) would be if you had an image of the hard drive before you formatted it.

Note that there are other Linux distros customized for the Eee PC that are available free of charge if you want to try another Linux distro.

What is the difference between Mac os x and Mac os 10.3?

OS X is the all encompassing term for every version of Apple's OS 10 software from 10.1 to 10.6 (as of July 2010).

Basically, Mac OS X is 10.3 Panther, but is also 10.1, 10.2, and every other version forth to 10.6.

How are files shared between users in Unix and Windows?

The samba software package implements the netbios protocol which is used by Microsoft Windows Lan Manager under TCP/IP to share files. Samba is open software and available free for non-windows platforms such as linux, unix and OpenVMS. Properly configuring samba makes Unix folders appear as shared folders on a Windows system.