When you issue the command ls -l, what signifies the first
character of the resulting display file? 701 What command
can you use to determine the purpose of any command?
Answer Posted / anon
you can try info "command" or apropos "command"
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What does touch do in linux?
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?
What is p in mkdir?
what is the roles and responsibilities in linux system admin having 2yrs exp..?
What is du -s * | sort -k1,1rn | head command used for?
What is makefile in unix?
How does mkdir work in linux?
What is the use of mv command in linux?
What the command used for list the contents of your home directory, current directory and all subdirectories?
What is df command in linux?
What does kill in linux?
What are the 4 kinds of sentences with examples?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?