Linux Commands for Managing Files and Directories

Linux Commands for Managing Files and Directories

Linux Commands for Managing Files and Directories pwd——Prints the current path of the user, print work directory, used in text mode cd——Changes the current directory, change directory Format: cd <directory_name> [root@localhost~]# cd.. Go back to the parent directory [root@localhost~]# cd Go to the user’s home directory [root@localhost~]# cd/home Switch to the home directory using the … Read more

Common Linux Commands – touch to Create Empty Files and Modify Timestamps

Common Linux Commands - touch to Create Empty Files and Modify Timestamps

Follow the card below to get the latest shares by marking the public account. Reply in the background with EmbeddedLearning Materials to get a learning package👇👇👇 Introduction The touch command comes from the English word “touch”, which means “to touch or contact”. In the Linux system, this command is mainly used to create empty files … Read more