Features of Linux
1. Multi User
2. Multi Tasking
3. Open System
4. Security
5. Help Facility
1. Multi User :- More than one user can access same system resources (hardware,memory,printer,etc..) at the same time known as multi user.
2. Multi Tasking :- Execution of more than one task (or) application simultaneously known as multi tasking. The main concept of multi tasking is maximum utilizing CPU resources.
3. Open System :- Linux is open source O.S, means it's source code is free anyone can modify it's source code and can create own Operating System.
4 Security :- Linux has two level of security.
A. System Level Security:- Controlled By System Administrator.
B. File Level Security:- Controlled By owner of the file.
5. Help Facility :- In linux we can take help using "man" command.
Eg. #man date
#man useradd
No comments:
Post a Comment