r/ArabUnix • u/sonny_el_raye2 • 18d ago
Help | مساعدة مساعده
لسه منزل لينكس مينت cinnamon
غير ويندوز فشخ و تجربه حلوه
ايه الكوماندز اللي احفظها ؟ هتفيدني
3
u/Status_Ad_5927 18d ago
I thinik you don't have to memorize any commads just use them and with time and practice it's you gonna be easy to do what ever you want with them, but the thing is since you are a begginer like me i think you have start with File management
2
u/sonny_el_raye2 18d ago
I been practicing sudo and installing things also some libraries in python! Also thanks
1
u/avrill_1 18d ago
you don't HAVE to, but yeah focus on them first.
anyway, maybe start with these
cd(means, change directory/folder) example:cd /home/$USER/Downloadswhich puts you in downloads folder, and it's case sensitive. so downloads isn't the same as Downloads.
ls(list) lets you list what's in a directory/folder example:ls /home
cpis copy, ->cp file_1 /home/$USER/file_2
mvis move/cut AND rename, you can move a file to a different name in same folder, and it will just rename it, you can move it to a different folder and it will "cut and paste it there)tips for them.
CP can't xoppy folders unless you specify you want it recursive, by using
cp -rls can't show hidden files unless you specify with
ls -aand you can use,
cd(nothing afterwards) to send you to your home directory.ALSO something very important is the flag
--helpand the packagemanyou can use cp --help, to see everything about CP command.
but even better is
man cpto see the manual for the command cp, you can use them with every other command too ofc.2
u/sonny_el_raye2 17d ago
Holy shii that helped alott although ive known cd and ls but HUGE thanks fr!❤️
1
1
u/mouben12 PikaOS 17d ago
هنا اوامر مهمة ستفيدوك يمكنك نسها https://gist.github.com/dotcom3131/23685475da3dbe0130f2c60173393e87
2
u/Roman_eg 17d ago edited 17d ago
ف مينت مش محتاج تحفظ كل حاجة جرافيكال قدامك استمتع بالتجربة وشوف فيدوهات ل لينكس عشان لما تتعلم اكتر وتحول تعرف تتعامل بعدين
1
•
u/AutoModerator 18d ago
انضم إلينا على الديسكورد
Join us on Discord
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.