How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
No Answer is Posted For this Question
Be the First to Post Answer
What language is bash written in?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What is shell application?
If one dont know how to create a script then how he/she can use the QTP?
What is a shell script? Can you name some of its advantages?
How do you debug a script?
What does path stand for?
What is the use of "$#" in shell scripting?
What is shell scripting?
How to take input values from the user?
How do you rename the files(*.sh) with file names containing space in it?for example "interview question.sh" needs to rename to "interview-question.sh". Appreciate your inputs.Thanks.
What is the difference between a 'thread' and a 'process'?