What are positional parameters in unix?
Answer / Om Shankar Trivedi
Positional parameters in Unix refer to arguments passed to a shell script or command. They are numbered $1, $2, $3, etc., and can be used within the script to access and manipulate those arguments.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the file in unix?
Is the Process before and after the swap are the same? Give reason.
What is file structure in unix?
Explain the importance of directories in a unix system
how do you move a backgrounnd job to forward?
What is unix orphan process?
What is a directory?
Interviewer: Lets say there is a partition of 100GB. When i tried to create a file using touch command, under any directory, it was unable to create the file- '100% full disk space'. I calculated the size of each and every directory on that partition mannually by adding each file size & in came out to be total size 50GB. Then where is the remaining 50GB ? why it is showing disk space 100% full in 'df -h' command?
How many types of files are there in unix?
What is inode in unix operating system?
Who is founder of unix?
command to show the space allocation of files?