Interview :: Linux
No, There is no operating system till date that is virus free, but Linux is known to have less number of viruses.
/stc partition.
gunzip command is used to uncompress gzip files.
MD5 is an encryption method, so it is used to encrypt the passwords before saving.
The virtual desktop is used as an alternative to minimizing and maximizing different windows on the current desktop. Virtual desktop facilitates you to open one or more programs on a clean slate rather than minimizing or restoring all the needed programs.
In the soft mount, if the client fails to connect the server, it gives an error report and closes the connection whereas in the hard mount, if the client fails to access the server, the connection hangs; and once the system is up, it again accesses the server.
Yes, it works like windows.
There are 3 types of permissions in Linux OS that are given below:
- Read: User can read the file and list the directory.
- Write: User can write new files in the directory .
- Execute: User can access and run the file in a directory.
There are 3 types of modes in vi Editor:
- Regular mode or command mode
- Insertion mode or edit mode
- Replacement mode or Ex-mode
The following commands are used to exit from vi editors.
- :wq saves the current work and exits the VI.
- :q! exits the VI without saving current work.