Category Archives: Linux
1. how to remove the file ? rm source file to destination file 2. How to remove the directory? rmdir source directory to destination directory 3. What is relative path explation? Relative path contains only the path relativaly to a certain folder, for instance. 4. What are the monitoring commands , do you know and
more..
1. how to create a file ? using this command create a file in linux Cat > sample.txt Vi sample.txt Touch (this command using to create empty files) 2. how to create a directory ? mkdir – to create a directory 3. How to create a directory to subdirectory using single command? mkdir –p /linux/root/sample
more..
1. What is meaning of “ls” ls command (List directory contents) The ls command will list the files and directories within the current working directory (the directory you are currently in). There are a few options you can use with ls, and the format, or syntax of the command is…. ls [options] [file] EXAMPLE >ls
more..
1. What is the command for clean the screen ? Clear 2. What is the command for finding current working directory? Pwd (Present working Directory) 3. What is the command for finding Os version ? Give the all options ? Uname –a -a, –all print all information, in the following order: -s, –kernel-name print the
more..
1.What is Unix? Unix is a powerful, multi-user environment that has been implemented on a variety of platforms. Once the domain of servers and advanced users, it has become accessible to novices as well through the popularity of Linux and Mac OS X. With the notable exception of Microsoft Windows, all current major operating systems
more..