You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
1039you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.
976Suppose 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?
961If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?
1002What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
990Post New Linux Commands Questions
How do you clear the screen in linux?
What is an os command?
What is cmake in linux?
What is mkdir p linux?
The command ‘umask -S’
How do you create a text file in linux?
How do I check storage on linux?
How do you open a command prompt when issuing a command?
What is kill command?
Which is the required command for checking the file system?
Main configuration file and command used for NFS enabling exported directories and deamons?
What does in makefile do?
If the programmer wishes to execute an instruction at the specified time. Which command is used?
What are the mv command options?
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.