Add line 11 ifconfig (#20463)
* Add line 11 ifconfig Added ifconfig to list * Update index.md * Update index.md
This commit is contained in:
		
				
					committed by
					
						 Christopher McCormack
						Christopher McCormack
					
				
			
			
				
	
			
			
			
						parent
						
							b5a415edce
						
					
				
				
					commit
					c8d4aefd03
				
			| @@ -54,6 +54,8 @@ more command allows quickly view file and shows details in percentage. You can p | ||||
| 10. `cp` Command | ||||
| Copy file from source to destination preserving same mode. | ||||
|  | ||||
| 11. `systemctl` Command | ||||
| 11. `ifconfig` to view ip and other information.   | ||||
|  | ||||
| This is a command which allows operators to work with the Linux system services. The standard use of the command is `systemctl <OPTION> <SERVICE-NAME>` by providing an `OPTION` (e.g. `start`, `stop`, `status`) and than providing a specific Service Name to act on. You can use the command to get a general status of your Linux services (e.g `systemctl status`). Note that you will either need Administrator access or use `sudo` to elevate your rights to run the command successfully. | ||||
| 12. `systemctl` Command   | ||||
|     This is a command which allows operators to work with the Linux system services. The standard use of the command is `systemctl <OPTION> <SERVICE-NAME>` by providing an `OPTION` (e.g. `start`, `stop`, `status`) and than providing a specific Service Name to act on. You can use the command to get a general status of your Linux services (e.g `systemctl status`). Note that you will either need Administrator access or use `sudo` to elevate your rights to run the command successfully.   | ||||
|      | ||||
|   | ||||
		Reference in New Issue
	
	Block a user