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
c program to display the information of given file similar to givan by the unix or linux command ls -l
How to customise the other shell?
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.
Write a shell script to check whether a number is Armstrong number or not?
What are the different kinds of loops available in shell script?
Create a bash shell script that reads in a number from the user. If the number is 1, print out the date. If the number is 2, list the files in the current directory. If the number is 3, print out who is currently logged onto the system. If the number is anything else, print out an error message and exit. Name this script "various.sh"
write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.
What is a program shell?
What does egrep mean?
How to add some content in any file at some desired location without using VI or some other editor in UNIX
How would you print just the 25th line in a file using smallest shell script?
What is a command line shell?