does anyone know a site where i can learn linux suse 9.1 professionall commands

Dani AI

Generated

Short, practical path for learning SUSE 9.1 command-line work (for and anyone else finding this thread years later): start by getting comfortable with general Linux commands and man pages, then layer on SUSE-specific tools (YaST, RPM/YOU and the SaX/X config helpers). A printed guide helps, but combine it with free online references and hands‑on practice in a VM or on a spare machine so you can safely break and fix things. Credit to for steering toward a good book and to for noting the distro manual — both are solid first steps.

Begin with a gentle, structured tutorial plus reference material. The TLDP “Introduction to Linux” and similar HOWTOs give an organized tour and exercises; LinuxCommand.org (and William Shotts’s book) teaches the command-line workflow; the GNU coreutils manual describes the core tools (ls, cp, mv, chmod, chown, etc.) in authoritative detail; use the online man-pages project when you need precise option behavior. Learning strategy: read a short chapter, try the examples, then practice the same tasks on a VM. (tldp.org)

SUSE 9.1 specifics: YaST is the primary config and package interface (yast2/YOU for updates), and SUSE historically used SaX/SaX2 for X configuration; check or restore X by switching to text mode, backing up /etc/X11/XF86Config-4 or /etc/X11/xorg.conf, and reviewing /var/log/XFree86.0.log or /var/log/Xorg.0.log before editing. If X fails on boot, stop the X server (init 3), run yast2 (or sax2) to reconfigure video, and use the distro’s online update tool for vendor drivers. Always back up config files first and avoid editing while X is running. (suse.com)

Quick practice checklist (type and try each): man, ls -l, cd, cp, mv, rm, chmod, chown, ps aux, top, kill, rpm -qa, yast2, startx, less /var/log/XFree86.0.log. Use a VM or Live CD to experiment, keep snapshots, and read the man pages for every command you use.

Recommended Answers

All 5 Replies

Hello,

IN the future, please do not hijack another conversation in the threads. To do so is bad manners. I have created this new thread for you.

If you are brand new to Linux, your best bet is a good book. SUSE, RedHat, Mandrake, etc are going to share the basic command concepts; each flavor is going to have a slight variation.

Go down to the Barnes and Noble and look for a good book on SUSE. You might find one that is Yellow and Black and part of the "unleashed bible" series. I found them for RedHat, and will be looking at one for SUSE too.

Christian

sorry im really new to all this forum things when i turn my laptop on with jus linx it says error x n y screen what do i do to stop ths i have higered the resolution on the lcd screen but no change

SuSE PRO, comes with a manual right? (No TFM though)
Most UNIX commands will work

sorry im really new to all this forum things when i turn my laptop on with jus linx it says error x n y screen what do i do to stop ths i have higered the resolution on the lcd screen but no change

Completely different topic. Please start a new thread for this, as it's unrelated to your initial question.

okay sorry willl start new threads in future

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.