answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Which file contain the mac address for ipv6 on Linux machine?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Most files on a Linux system that contain configuration information are?

text file


What is the Linux Virtual File System used for?

The Linux VFS (Virtual File System) may be thought of as a sort of interface between the Linux kernel and the mounted file systems. There can be many different file system types mounted simultaneously and VFS allows the Linux kernel to see and address them all in a similar way. This provides Linux with a great deal of flexibility. [JMH]


What is the use of the .forward file in a Linux system?

The .forward file is used to forward email sent to one account to the address specified in the file.


What changes does ftp make to an ascii file when you download it in ascii mode to a windows machine from a Linux server?

None.


What is the name of the file used in Linux to hold the DHCP lease on a client machine?

/var/lib/dhclient/dhclient.leases


What is file manager in Linux?

There is no set file manager in linux. Examples of Linux file managers include but: Nautilus (GNOME) Thunar (XFCE) Dolphin (KDE)


What is contain inside the jar file?

.jar files contain byte-code compiled to run on the Java Virtual Machine.


What is a superblock Linux?

Super block is supposed to be the first sector of any file system that can be mounted on Linux operating system. It is supposed to contain information about the entire file system in that partition. It has magic number to specify which file system is used in that partition and other parameters to help read/write to that file system.


How do you extract a torrent file in Linux?

You don't "extract" a torrent file, as they contain little data to begin with, and none of it would be useful in another form. Their purpose is to instruct a BitTorrent client on what tracker to connect to to download a file, along with checksum information for the file. For Linux, the most common BitTorrent clients are Transmission, KTorrent, and Vuze.


How do you create a tar a file?

in a linux machine : tar -cvf FileOrDirectory.tar FileOrDirectory # or to gzip it at the same time... tar -czvf FileOrDirectory.tgz FileOrDirectory


Which command provides secure copy of file from one Linux machine to another?

You pretty much just answered it yourself - scp (think "Secure CoPy").


How do you create a tar file from the command line?

in a linux machine : tar -cvf FileOrDirectory.tar FileOrDirectory # or to gzip it at the same time... tar -czvf FileOrDirectory.tgz FileOrDirectory