Skip to content

vangx033/ch4script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#!/bin/bash
#Xee Ho Vang
#Chapter 4 script

#view current mounted filesystem staues
mount | less 

#seeing debugg messages
sudo dmesg | less

#view Universally Unique Identify  (UUID)
sudo blkid

#view the size and utilization fo the currently mounted filesystems
df

#check for errors without modifying anything
sudo fsck -n /dev/sda

#create a symbolic link and point file1 to link1 and verify it
ln -s file_1 link1
ls -l file1 link1

#view inode status
ls -i

echo "This is my script for chapter 4. Please review and leave comments."

About

Chapter 4 script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published