Victor Hugo Cuartas RuizStep by step when you type (ls -l *.c) in the shellWhen we execute “ls -l *.c” at the shell prompt, initially the command is divided into three parts and is housed in a double-pointer in…Apr 15, 2021Apr 15, 2021
Victor Hugo Cuartas RuizLibraries in C programming LanguageIf needed to use the code that it has created before, an easy way to use it again without repeating the process is using a library. The…Feb 28, 2021Feb 28, 2021
Victor Hugo Cuartas RuizWhat is the difference between hard link and symbolic link?The inode contains the information about a file. It’s like a database. The information contains in the inode is the inode number, file…Feb 3, 2021Feb 3, 2021