💙 Operating system notes
link of os imp ⬅ click to open
how to write question paper click ⬅💓
click Last year question paper format for reference in this pdf 👆🏻👆🏻 , see your class and subject all papers are merge in this pdf from 1st to 3 rd year. Best of luck 💐💐💐👍🏻👍🏻
Question answer
click on link to open tushar book solutions = click ;👍
: What is file structure?: What is the structure of a file?
A file structure is a combination of representations for data in files. It is also a collection of operations for accessing the data. It enables applications to read, write, and modify data. File structures may also help to find the data that matches certain criteria.
Define parent and child processes.
A child process is the creation of a parent process, which can be defined as the main process that creates child or subprocesses to perform certain operations. Each process can have many child processes but only one parent. A child process inherits most of its parent's attributes..
What is the difference between dot (.) and double dot (..)?
.In filesystems, we use the double dot (..) to access the parent directory, whereas the single dot (.) represents the current directory.
What is the use of grep command
The grep command can search for a string in groups of files. When it finds a pattern that matches in more than one file, it prints the name of the file, followed by a colon, then the line matching the pattern.
What is root?
Root is the highest permission elevation on a computer system. Root is also known as the Root User or a Super User. Root permission is typically reserved for those who are authorized to make operating system level changes.
Explain different types of test used in shell script with an example
What is vi Editor? Explain its different modes
The Vi editor has two modes: Command and Insert. When you first open a file with Vi, you are in Command mode. Command mode means you can use keyboard keys to navigate, delete, copy, paste, and do a number of other tasks—except entering text. To enter Insert mode, press i .
What is DNS? Explain need of DNS in brief.
The Internet's DNS system works much like a phone book by managing the mapping between names and numbers. DNS servers translate requests for names into IP addresses, controlling which server an end user will reach when they type a domain name into their web browser.
Explain Linux directory commands.
- Change Current Working Directory ( cd ) ...
- Print a List of Files and Subdirectories ( ls ) ...
- Delete a Directory ( rm -r ) ...
- Copy a File ( cp ) ...
- Copy a Directory and Its Contents ( cp -r )
No comments:
Post a Comment