Tag: cmd Archive

Linux Command Line Part 5

Published on January 28, 2023 at 9:55 am by LEW

Introduction

In the past several posts we have discussed the Linux Command Line and File System. We learned to look at directory content and move around the file system with ls and cd. In this post we will look at creating links, using a pipe, and viewing file content. We will be using the commands ln, cat, more, and less. (more…)

SharePin It!

Linux Command Line Part 4

Published on January 26, 2023 at 7:24 am by LEW

Introduction

In this post we will be looking at the cd (change directory) and ls (list directory content). To do so we will need to discuss a couple of file system concepts first (the file tree and links). These will most likely be the two most used terminal commands for many users. (more…)

SharePin It!