grub2: boot sequence initiated...
systemd[1]: starting all daemons...
uncool[67854]: /etc/uncool.conf, line 1: syntax error
systemd[1]: Failed to start uncool.service: Code=exited
systemd[1]: starting all necessary services...
System loaded.
user@sohilladhani:~$ sudo -i
Password: ********
root@sohilladhani:~# ls
resume.pdf  sohilladhani.com  github  linkedin  blog 
root@sohilladhani:~# touch portfolio.txt
root@sohilladhani:~# ls -l
total 5219
-rw-r--r-- 8 root 3256 May 29 2020 resume.pdf
drwxr-xr-x 8 root  966 Jun  2 2015 sohilladhani.com
drwxr-xr-x 8 user  115 Jul 12 2012 github
drwxr-xr-x 8 root  547 Aug  5 2013 linkedin
drwxr-xr-x 8 user  895 Jan  9 2016 blog
-rw-r--r-- 1 root    0 Aug 15 2020 portfolio.txt

root@sohilladhani:~# cat > portfolio.txt
Hi there! Welcome! I'm Sohil and this is my portfolio. As you can see, this portfolio is based on a terminal theme.
About myself, I'm a software engineer both by passion and profession.
To know more about me, check out below links.
^Z
[1] + 39690 suspended  cat > portfolio.txt
root@sohilladhani:~# ls
resume.pdf  sohilladhani.com  github  linkedin  blog  portfolio.txt 
root@sohilladhani:~#