I am a beginner user of Linux and have worked primarily with GUI. I am trying to move to intermediate level by learning the shell commands.
In online Linux forums it's often the consensus that to be an advanced Linux user one should know scripting.
By Rand Whitehall
In the Linux command line shell, moving around from directory to directory, adding new directories, and deleting old directories is easy once you know the proper commands. Again, with Linux, you are limited only by your brain! If you know all the commands, then you weild great power.
Best Beginners Linux Commands
By Dennis Frank Parker
There are many common Linux commands that will be to your benefit, if you ever even use your command line software in Linux. Many average users just use the graphical user interface instead which usually provides many tools and front-ends to Linux common commands.
So I was intern at this company wherein they'd use just putty. Now I've never worked with unix commands, apart from the basic , compile code , run C code.
But now I would love to know all the things about the unix. Starting off with the commands, from the most basic of all to the decent level.
Important Unix Commands That You Should Know
By Bernard Peh
Unix is one of the most important operating system today. Its powerful features, scalability, strong security, and support for multiple users have made it the top choice operating systems for server, workstations and mainframes.
It is good to have some knowledge of Unix commands especially if your web host is Unix/Linux based.
I have a series of devices that I need to SSH into, modify some files changing the device name, and network settings.
The files contain data such as:
NETWORK_ETH1_CLIENTIP_LIST='10.47.19.182'
HOSTNAME="c50"
I am using putty to ssh in to the system, and then using nano to modify each file.
I believe it would be easy to script but I am not too sure of the linux commands for what I would like t
Using the Linux Ls Command to See Linux File “Patterns” – Linux Commands Training Quick Tips
By Clyde E. Boom
The [pattern] Part of a Linux Command
The Linux [pattern] (a.k.a.
Builtin commands are contained within the bash shell itself. How do I list all bash builtin commands under Linux / Apple OS X / *BSD / Unix like operating systems without reading large bash man page?Read answer to: "Linux / Unix Bash Shell List All Builtin Commands"
Suppose I have a server application installed in a few Linux and Windows machines. Now I would like to control it remotely. That is, I would like to start and stop the application, update the application configuration files, reads the logs remotely.
It looks to be easy in the Linux worlds. I can use ssh, scp, and probably nfs to execute commands in remote Linux machines and access their files.