Answer Posted / nipesh
From
Nipesh janghel
===========================================================
The following feature of linux:-
Some of its features include:
1)Virtual memory, allowing the system to use disk room the
same as RAM memory.
2)Networking with TCP/IP and other protocols.
3)Multiple user capability.
4)Protected mode so programs or user's can't access
5)unauthorized areas.
6)Shared libraries
7)True multitasking
8)X - A graphical user interface similar to windows, but
supports remote sessions over a network.
9)Advanced server functionality:-
FTP server
Telnet server
BOOTP server
DHCP server
Samba server
DNS server
SNMP services
Mail services
Network file sharing
much, much more...
Support of filesystems that other operating systems use
such as DOS (FAT), Windows95,98 (FAT32), Windows NT, 2000
(NTFS), Apple, minix, and others
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?
What does umask 077 mean?
How do I check my system performance?
What the command used for search file or files for specific text?
What is the difference between command ‘ping’ and ‘ping6’?
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?
What does mkdir mean?
How do you sort cpu in top command?
What is option in linux command?
What is clang format?
How do I check dns entry?
What is devops model?
Why is unix used?
What are the basic dos commands?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.