How do you check the disk usage in Linux?
The "df" command is used to display disk space usage of file systems.
Is This Answer Correct ? | 0 Yes | 0 No |
How do I move to root in linux?
Explain about sh?
How do you run command every time a file is modified?
What is the gcc command?
What command do you type to find help about the command who?
Explain about the command lynx?
To move /home/ben/memos dir in /home/bob/memos, what is the result by mv /home/ben/memos /home/bob
what is the last file executed during the boot process?
What is a makefile in linux?
What is the copy command in linux?
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.
How do you create a file in linux?