Terminal Tutorial - Part I: Basic Commands and Concepts
Loading...
6,564
Uploader Comments (Legolover64)
see all
All Comments (17)
-
when are more coming?
-
Whatever works is a good film :)
-
Were can I find part 2?
-
Your awesome! I have an app called roblox so it's roblox.app and I can get into it with tab but how do I change things in it like hacking change things in it like my money/robux?
-
Can you help me on how to customize the desktop on Mac OS X Lion?
Hi i like your tutorial.. keep it up :)
Thanks :)
-
The very first thing you should have shown is 'pwd', print working directory, so people know where they are in the filesystem.
-
Thank you so much :)
-
What if you get a command not found in terminal?
-
if i do tab than it doesn't work only by demo?
really wird can you help me?
Loading...
Hello! your video i really good! Can you help me with something? I deleted some drivers of sound card but when I go to trash and empty it securely I take the message The Finder can’t complete the operation because some data in “Saffire MixControl” can’t be read or written.
(Error code -36). Do you know how can I delete it from terminal?
thanos2888 1 year ago
@thanos2888 Yes I do!
Simply open up the Terminal, do:
cd .Trash
to get to your trash! Then:
ls
to list the files! Finally, do:
rm filename
or if that doesn't work,
sudo rm filename
but make sure you're explicit about everything! I'll cover sudo in a soon-to-come tutorial! I hope this helps!
Legolover64 1 year ago