answersLogoWhite

0

Linux Fedora

Fedora is a Linux distribution sponsored by Red Hat and serves as the base for Red Hat Enterprise Linux. Fedora focuses on showcasing the latest in free and open-source software.

500 Questions

What is chkconfig?

User Avatar

Asked by Wiki User

Chkconfig is a utility tool that is used in Linux operating systems to start or stop a program from automatically running when the system starts. You can also use the command to view or set up new services on your operating system.

Where are the C header files in Linux?

User Avatar

Asked by Phani9t

The C header files are in the same place as other Unix and Unix-like systems:

/usr/include

if you installed the compiler.

How do you hack with fedora?

User Avatar

Asked by Upadhyayjatin7

How do you swap two variables using a third variable?

User Avatar

Asked by Wiki User

Let us take a=40,b=50.Now after swapping,we should get the output as a=50,b=40.

main()

{

int a=40,b=50;

a=a+b;

b=a-b;

a=a-b;

printf("a=%d,b=%d",a,b);

}

Which utility displays the PID numbers of the commands you are running?

User Avatar

Asked by Wiki User

You can use the PS (process status) utility to display the PID numbers of running commands.

What is the advantage of sftp?

User Avatar

Asked by Wiki User

Exactly Like FTP (File Transfer Protocol) But adds Security and encryption to the Dta Being Transfered.

Which program is meant to replace SSH?

User Avatar

Asked by Wiki User

There is no particular program meant to replace SSH. SSH is considered a modern and secure program, so there is no reason to replace it.

What hardware architectures does Fedora support?

User Avatar

Asked by Wiki User

x86, x86-64, and PowerPC.

Who is called a supervisor of computer activity?

User Avatar

Asked by Wiki User

Operating system

What is fedora i386?

User Avatar

Asked by Wiki User

What does predefined mean?

User Avatar

Asked by Wiki User

Already defined, previously defined.

If you want vsftpd to run in standalone mode what will you need to set in vsftpdconf?

User Avatar

Asked by Liamshane

You need to set the listen parameter to YES in the vsftpd.conf file

What should you do if you do not want to wait for a command to finish before running another command?

User Avatar

Asked by Wiki User

Run the command in the background by using an ampersand (&) just before the Return stroke that ends the command line.

Example - $ top &

How do you set a new path in Fedora?

User Avatar

Asked by Wiki User

export PATH=whatevertheheckyouwantyourpathtobe

How do you install Fedora 9 i386 or any Fedora or operating system on your ibook PS my ibook is whipped?

User Avatar

Asked by Wiki User

Fedora and many other Linux builds are available for a PPC G4 iBook. Installation instructions are provided on the Fedora Project website (See links below).

How do you copy and paste a picture from the internet to a document?

User Avatar

Asked by Wiki User

Right-click | copy (unless this has been blocked by web site), then go to your document and paste.

If right-click | copy does not work, you can press the PrtScr button, open a graphics program (like Paint), paste the screen into the graphics program (Ctrl-V), edit the image, save the image to your desired file type, import that image into your document.

How can you enable a generic USB soundcard in Fedora 9?

User Avatar

Asked by Catfishchris

There are no actual "generic" USB sound devices. Run the command lsusb in your terminal. It should list the make and model, or at least the chipset, of your USB device. Then, look on ALSA's website to see if it is supported. If it is not,then there is not really anything you can do to use it, except wait for the ALSA team to develop a new kernel module for it.

Which Linux distribution would be the best for an acer laptop from the perspective of ease of use drivers support and packages for development fedora freespire or pclinuxos?

User Avatar

Asked by Wiki User

Freespire is arguably the easiest one to install packages on, though I dislike certain aspects of "CNR." It also allows (or did allow) the easy installation of proprietary drivers, which most distributions do not include by default. PCLinuxOS has an all-around nicer interface, and better tools for configuring the system. Fedora is more traditional, and styled similarly to Red Hat Linux. Though I seldom find any distro "difficult" to use, Fedora, is probably not the best choice for a novice user.